I am trying to deploy a new ASP .NET application on our productive server. The Global.asax seems to need to be in the root folder of the IIS. But there is another Web application, so I would like to put mine in a subfolder. How to reference the pages and code files from the Global.asax? In a Windows App I would make a namespace, but placing aspx pages in a /bin doesn't sound good to me.
2007-03-22
06:12:15
·
1 answers
·
asked by
Rumtscho
3
in
Computers & Internet
➔ Programming & Design
Another IIS folder is a thing I thought of, but I only have one server, with one IP, and the firewall blocks all ports except the usual ones.
2007-03-22
06:29:01 ·
update #1