Nested virtual directory or application within sitecore site, is it possible
I would like to nest asp.net web app within sitecore site, something like this:
I would like to nest asp.net web app within sitecore site, something like this:
i’ve got a simple ASP.NET website that i end up publishing/running on an IIS7 server.
In my Visual Studio Web project is a Web.config at the root.
Objective I want all URLs of missing pages to forward to my 404 page which is in my root as 404error.aspx Problem So far only the URLs that have a .aspx will work. For example, if you enter 4error.aspx you will be redirected to the error page. /404error.aspx?aspxerrorpath=/4error.aspx Background I am not a .NET developer, … Read more
My question is really simple. I have a Web application with multiple sub-folders and there’s no Default.aspx page in any of these.
I am wondering if there is a way to change this value for a particular page, instead of setting it for the entire project. We are running into the limit, but only for a couple pages. Our project is using .NET 3.5.
All my ASP.NET web projects are being developed exclusively in VB.NET. (And so are the satellite DLL projects, which is probably less relevant.
On a project I’m working on we have a web application with three configuration files;
Web.Config
Web.Config.TestServer
Web.Config.LiveServer
I’ve been getting “Connection forcibly closed” errors and in researching a resolution, I have seen suggestions to money with the following web.config options, which currently are not set in my web app.