Server Error in '/' Application.

  • Thread starter Thread starter Krunom
  • Start date Start date
K

Krunom

My asp.net (c#) application works well on my computer (localhost), but when
i place it on web-host and try to open my WebForm1.aspx i get error message:

Server Error in '/' Application.

Please, help.

Thanks.
 
that message is usually accompanies by an error 404.

This simply means that IIS cannot find the file you asked for.

You probably don't have your virtual directory set up correctly.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 
Thanks for your answers...

Ill check virtual directory and then we will see what went wrong...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top