asp.net application won't run from subfolder

  • Thread starter Thread starter m_evergreen
  • Start date Start date
M

m_evergreen

I am able to access my application when it is on the server, but if I
put it in a sub folder I recieve an error. I know that I need to set
up the folder somehow, but I don't know how. Can anyone help?
 
the BIN has to be off the root of the VirtualDir/Site, the web.config needs
to be in the Root as well.
Make sure that you set it as an "application" in IIS as well.
 
Back
Top