web publishing problem

fosiul

New member
Joined
Feb 21, 2006
Messages
1
Programming Experience
Beginner
Hi experts,
i am in serious problem thats why i came here to get some help, pls help me find out problem.
I am quite new in vb.net ,

i can make simple web page(asp.net) by using vb.net . Problem is when i am trying to upload it at my web server, fosiul.co.uk,
and when i am trying to visit my page then its giving me problem

when i am making web page by simple Note pade or dream wearver and giving name like test.aspx then its runnning, example :
http://www.fosiul.co.uk/w3/test.aspx

But problme is when i am making web page by using vb.net ,and after upload , when i am trying to visit web page then its giving me error message : http://www.fosiul.co.uk/fosiul/webform1.aspx

Now Can any one tell me,
to publish web page at web server(fosiul.co.uk) after making vb.net do i need to do anything ?? Do i need to modify any file to use web page at web server ? like
1.web.confi /any dll. or there are any rule that i have to follow to publish my web page after making by vb.net ??

Please give me any solution
Regards Fosiul
 
according to the error message in the web page, you need to setup your "fosiul" virtual directory as an actual asp.net application in IIS. Right now it looks like it's just a virtual directory, so IIS is not going to process the pages with the aspnet application.
 
I agree with m_ogden, it sounds like you haven't created the application in IIS admin. Open the admin console, navigate to website directory and get properties, in first page 'Directory' for application settings you click the Create button and write in a name.

Moved to ASP.Net Deployment forum.
 
Back
Top