ASP.NET is a web application framework developed by Microsoft to allow programmers to build dynamic web sites and web applications.
1
vote
1answer
33 views
ASP.NET website deployment
I am getting my hands wet with ASP and I have been following the tutorials. I deployed the site and in Azure and it worked great. Today I started actually designing the site. And when I published, it ...
1
vote
1answer
375 views
IIS - HTTP Redirect all requests for one virtual directory to another
How do I set up an HTTP Redirect rule to redirect all requests for a virtual directory to another virtual directory, when I don't know the hostname or complete URL, and cannot use the URL Rewrite ...
1
vote
1answer
120 views
Links in my site have been hacked
In my site I prefix the images and links with the domain of the site for better SEO using the code below:
public static string GetHTTPHost()
{
string host = "";
if ...
0
votes
1answer
59 views
Hosting a web application on discountasp.net using SQL CE 5
I am hoping that someone may have experience with this, since the discountasp site is very lacking in straightforward answers.
I am building a lightweight web application and have decided to have SQL ...
0
votes
1answer
43 views
Installing an asp application on a dnn server
I created a registration db/web application in C# for some workshops. The organization requesting is hosted on a DotNetNuke server. What changes do I need to make to the web.config so it can run ...
0
votes
0answers
141 views
IIS7 - 2 identical asp.net apps in 2 app pools, 1 is responsive and 1 is not
I have an ASP.NET (v4.0) web app that is installed in a virtual directory (as an application) and is hosted in it's own app pool.
This is repeated for each instance of the app (i.e. per customer).
...
