Print Page | Close Window

format in HTML and uploading help

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=3756
Printed Date: 29 March 2026 at 11:56pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: format in HTML and uploading help
Posted By: exo_dus
Subject: format in HTML and uploading help
Date Posted: 23 June 2003 at 5:42am

Hi all..... i am just having some problems with uploading files to the server..... i am currently a beginner ASP programmer learning..... well i have just created some classes using VB6 saved it as a DLL extension and uploaded it already but the page will not be found although the site works when i use my localhost..... so i was wondering where to place the DLL files

the other is the fact that within "<% %>" tags any text the HTML outputs it is as a single line when you click on view source.... is there any way to neaten this up or is this just how it is.....

thanx in advance




Replies:
Posted By: TYSON
Date Posted: 23 June 2003 at 8:00am

to force the code to output to a new line you will need to put something like this


<%

Response.write("Blah") & vbCrlf
Response.write("    indented second line in your source code") & vbCrlf

%>



-------------
http://www.fuo-motorsports.com/ - http://www.fuo-motorsports.com/


Posted By: Mart
Date Posted: 23 June 2003 at 10:01am

DLL files have to be registered on your server... Imagine the security holes if they didn.t have to be! Contact your server administrator to see if custom components are allowed..

Mart.




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net