Deployment Question

  • Thread starter Thread starter Greg Smith
  • Start date Start date
G

Greg Smith

I have an application (my first web) that I created on a development
machine.
The application can be run successfully by any client when hosted on my
development machine.


I have deployed it to my production server and I get an error here:

<authentication mode="Forms">
<forms loginUrl="Login.aspx"
timeout="1" />

Any help is greatly appreciated.
 
what is the error message?
Most likely the Virtual Dir is setup improperly for your site or you missed
files when deploying.
 
Back
Top