Uploading ASP.NET

martin_d_bell

Newcomer
Joined
Oct 8, 2004
Messages
17
Hi,

I am struggling at the minute trying to run my ASP.NET app on the host server. I am a little confused about where to put files and folders and which ones to upload!! (It was so easy in old fashioned ASP!!)

I have one virtual directory on the host server. The root of the host contains a standard HTML website which can be reached by "www.mysite.co.uk" and I need to create a directory in the root called Supplier which will be accessed via "www.mysite.co.uk/supplier". The supplier folder is the folder where the ASP.NET app needs to be. I am having great difficulty and any changes I make to the web.config file such as showing remote users detailed error messages are being ignored by the server.

Any ideas?

Also, should my host be giving me any tools to administer the IIS settings or do I have to simply rely on them to make all the changes on my behalf?
 
Back
Top