Web application framework developed by Microsoft
2
votes
1answer
212 views
Changing AD passwords via ASP.NET. Getting access denied when Application pool is running under privileged user
I am trying to build a self-service password reset tool for a test domain. I am using ASP.NET 4 and IIS 7.
My code:
string userDirectoryEntry = "WinNT://domain/" + usermapping[user[1]]
...
0
votes
1answer
49 views
IIS 7 deploy rewrite rules on a website
I have to apply some redirect rules on IIS7/VS2008 and have question on how to deploy it. We have a website and not web application and hence most of other SO questions were not useful to me.
in ...
-1
votes
2answers
134 views
Block country in Windows Firewall [closed]
What is the best way to block country ips (Block many countries completely) to deny access to asp.net website running on Windows Server 2008? Currently the module in IIS is blocking the country ips, ...
1
vote
0answers
84 views
IIS parse error trying to install web application
I have this asp.net(vb) (.net 2.0) application I'm trying to install on a 2008 server R2 virtual machine. I'm an experience web developer and bsd/linux server admin but I'm not really a windows server ...
-1
votes
2answers
57 views
What server specs would be needed to handle an ASP.NET website with the following usage? [closed]
I'm currently re-developing an ASP.NET website for a client and they want to upgrade their server hardware, but they're not sure to what.
The current server specs are: AMD Athlon 3200+ with 2GB RAM, ...
1
vote
1answer
52 views
what are all the essential things to change in IIS 7 to make the web application speedup?
We are developed asp.net (.net 4 framework) web application and deployed in IIS 7 on Windows Server 2008.But when we host the web application on our IIS 5.1 server on my local machine ie,windowsxp ...
0
votes
3answers
113 views
Whitelisting HTTP traffic on Windows Server/IIS
I'm deploying an ASP.NET application in beta and would like to limit HTTP access to a few select IPs. Given the configuration of our environment, the easiest way for me to accomplish this is through ...
1
vote
1answer
62 views
II6 websites stop responding
We have 3 Windows 2003 servers (IIS6) running from 20 to 30 ASP.net websites each. These servers are VMware VMs. Periodically all of the websites on a server will become unreachable from the ...
1
vote
1answer
138 views
How do I create performance counter instance names for two different iis applications
I have several iis servers setup visibly identically in different environments (Dev/Test/Staging/etc). Within iis, I have an app pool "MyApplicationAppPool" and three web applications running within ...
4
votes
1answer
51 views
What is this user name for and how did it get created?
When I created a website named Portal on my IIS 7.5 on the website permissions->security I got this user. What is its purpose?
From what I have read the ApplicationPool runs under NetworkService ...
0
votes
0answers
157 views
IIS slow response
I have developed ASP.NET 4.5 application which take infos about sensors from sqlite database every 3 seconds. This application runs nice on my local develop machine on IIS Express server. I have ...
0
votes
2answers
173 views
Asp.net IIS Hacking early warning system
I am running an asp.net website on IIS 7.5 and windows 2008 R2 server.
How do I setup (or what do I need) in order to have an alert if there is a hacking attempt against the website and server,?
How ...
0
votes
0answers
72 views
IIS7 is set to require client certification but it does not [closed]
After I performed a new windows 7 installation and reconfiguration of iis7 my browsers does not request client certificate. Can´t find the solution.
IIS7 is set to require client certification. I get ...
1
vote
0answers
91 views
IIS6 Web Extensions change to prohibited after iisreset or server reboot?
We run IIS6 in 64-bit mode on a 64-bit server. I'm trying to allow the .net 2.0 extension to run and prohibit the 32-bit version. See below screenshot for context:
However, after a reboot or ...
2
votes
0answers
100 views
Deploying a ASP.Net WebAPI website and DMZ
I have a set of RESTful services developed using ASP.Net WebAPI which is a single project. I handle authentication via ASP.Net's built in Forms Authentication (cookie based) mechanism which is also ...
0
votes
1answer
154 views
How do I include a rule set with ModSecurity on IIS?
I'm using ModSecurity 2.7.1 on IIS 7.5 / Windows 2008 R2.
I've reference my base set up conf file in my Web.Staging.config of a site like so:
<ModSecurity enabled="true" ...
0
votes
1answer
126 views
Auto start timers when app pool starts in GoDaddy shared hosting ASP.NET 4.0
I have a GoDaddy Shared Hosting plan and I have several ASP.NET 4.0 websites. I have some cronjob-like functionality for performing a web-related task every 5 minutes. I've put the initialization ...
0
votes
1answer
287 views
Trailing dots in url result in empty 404 page on IIS
I have an ASP.NET site on IIS8, but IIS7.5 behaves exactly the same. When I enter a URL like:
mysite.com/foo/bar..
I get the following error with a '500 Internal Server Error' status code:
even ...
1
vote
0answers
73 views
Popup window opens that asking for username/password On Https pages
I have installed SSL certificate on my server,I am applying https on some selected pages. for this I am using "WebPageSecurity".
I have set all required settings in my web.config as per below ...
2
votes
1answer
111 views
IIS 7 and ASP.NET State Service Configuration
We have 2 web servers load balanced and we wanted to get away from sticky sessions for obvious reasons. Our attempted approach is to use the ASP.NET State service on one of the boxes to store the ...
0
votes
0answers
19 views
Automate publishing of several unrelated ASP.NET websites under one folder in IIS
I would like to know if there is a way to automate the publishing of unrelated ASP.NET Web Applications.
I have created a folder ASPNET under the Default Web Site and set the Directory browsing to ...
0
votes
1answer
88 views
ASP.NET Applications WMI class not found
I'm trying to instrument ASP.NET cache behavior on a web cluster by accessing the counters in the WMI class, Win32_PerfFormattedData_ASPNET_ASPNETApplications. 2 of my servers have this class, but 1 ...
1
vote
1answer
118 views
Blocking tor from my website
I have a website written in ASP.NET MVC (and that means, it runs on windows server), that i want to protect from tor users. I thought about setting up some rules on windows firewall to block tor ...
0
votes
0answers
100 views
ASP.NET on Server 2012 Error 500.19
I created a Windows Server 2012 (Azure) VM, inside of VM I THOUGHT I did everything whatever is required to run ASP.NET application.. BUT that wasn't a case.
I'm stuck and unable to run a simple ...
1
vote
0answers
136 views
.ashx and .axd do not load
I'm running a CMS on my local machine with the following:
IIS 7.5
Windows 7 Pro
App Pool is set to Integrated mode and .NET V 4.0.30319
I do have .NET 4.5 installed by my website (CMS) targets 4.0 ...
1
vote
1answer
59 views
Changing the user IIS runs over
I am trying to change the user IIS runs over. I read that IIS might run using IUSR_computer_name user but I am not sure if this rule applies to IIS 7.0
The question is, trying to map the whole ...
1
vote
0answers
39 views
Localhost stop resolving/serving local site after a few clicks IIS 7.5
previously I have searched tried to find the answer from a previous question, however Im not sure it was resolved. I could comment on the question to find more, so decided to post a new question. ...
2
votes
2answers
124 views
Setting expiration in IIS 7
I have to set expiration for my static files of my application in IIS 7. Using the dialog below: I set it to 10 days.
But when I look at my page analysis using PageSpeed add-on in Chrome, I see ...
1
vote
1answer
532 views
How to configure ASP.NET MVC 3 on IIS 6 (Windows 2003 R2) [duplicate]
Possible Duplicate:
Deploying ASP.NET MVC to Windows Server 2003
I am getting 403 Directory Listing Denied for the root and 404 for an action that I know should exist.
Background:
I have ...
0
votes
1answer
82 views
Automated Deployment of Windows Application [closed]
Our development team are looking to automate our application deployment on to multiple servers. We need to control multiple windows servers at once (Stopping Database server & Web Server).
We have ...
0
votes
0answers
100 views
No logon servers available until I try in windows explorer
I have an asp.net application on a web server which tries to create a directory on another server's windows file share such as:
\10.0.0.4\Share\Path\d2d37700-6061-41fb-b844-ddee84ac8d44
This usually ...
0
votes
1answer
491 views
How to Deploy an ASP.NET Web API- and Browser-based Application to a Production Environment [duplicate]
Possible Duplicate:
How to Deploy an ASP.NET Web API- and Browser-based Application to a Production Environment
We have an ASP.NET Web API server that serves up a SQL Server data driven ...
0
votes
0answers
168 views
Website error: A generic error occurred in GDI+
The vendor one of our application has told me to call Microsoft for support on an error we are getting on their website. I'm hoping someone on here can assist. They have a feature that pulls a report ...
2
votes
2answers
58 views
Working with ASPX pages
If I connect via FTP and make edits to a .aspx file and upload it do I need to have the webhost do any type of complile or something?
2
votes
0answers
128 views
ASP.NET directories blocked from VisualSVN Server behind reverse proxy in IIS 6
I’ve got VisualSVN Server running behind a reverse proxy in IIS 6, Windows Server 2003. This isn’t ideal, but for the main web app on the server I’ve only got one IP address and SSL certificate ...
1
vote
1answer
202 views
How do I prevent IIS 8 from stopping idle ASP.NET applications?
I have an asp.net application running on Windows 2012 in IIS 8 that has a very time consuming application start process (essentially the code running in the Application_Start() event can take up to 2 ...
0
votes
1answer
42 views
How should I set up a new local user for IIS to run under?
I'm interested in setting up a full-blown local user to run my ASP.NET web sites under in IIS 7.5 (Windows Server 2008 R2).
(The long and boring rationale has to do with System.IO.Packaging's use of ...
1
vote
2answers
113 views
ASP.NET website as subfolder on PHP Nginx server
My requirements:
My website -> example.com - Runs Magento ecommerce platform built in PHP running under Nginx server (currently Apache but very soon moving to Nginx)
Another website -> ...
1
vote
1answer
135 views
ASP.Net Web Application doesn't work - IIS7 configuration or install issue? [closed]
Obligatory background information: I'm a developer and I recently got a new workstation. My attempts to get my companies' main web application working have utterly failed. I have gone through all of ...
0
votes
1answer
124 views
Error when starting Windows Service: Connection “actively refused”
I have used .NET to create a service installation package (msi) that, when run, installs a Windows service designed to run an instance of Apache Solr (to aid in searching from a web application). I am ...
2
votes
3answers
96 views
Friendly Intranet Addresses
Relativly new to IIS.
I'm attempting to set up multiple sites in my Intranet on one server. The server already has SharePoint Installed on it and has a binding *:80. So when I type //ServerName I get ...
0
votes
0answers
70 views
Site stopped working after adding NIC card
My boss made a bit of blunder yesterday, he added a secondary NIC card to the a machine hosting a website so that it could be part of the local network. He also added it to the <blah>.local ...
1
vote
2answers
220 views
Website load perfectly from localhost but after 3 or 4 hours is not load from remote computer until restart iis
I have a web application on IIS 7.5 and windows server 2008 r2.
It's load perfectly from localhost but after 3 or 4 hours is not load from remote computer until restart iis or recycle pool.
Users of ...
3
votes
1answer
101 views
SQL Server 2012 Management Studio Express - no server
I am having trouble with SQL Server 2012 Management Studio. There is no server name.
Earlier I installed the 2008 version but something wasn't right so I uninstalled and installed 2012. Upon ...
3
votes
1answer
421 views
IIS 7.5 truncating POST body containing JSON data with ASP.NET MVC 3
I'm facing a problem which I hope is a configuration thing with IIS but is right now giving a lot of trouble. Basically I have a controller that accepts a JSON and does some processing. While it ...
0
votes
1answer
140 views
HTTP Subdomain Redirect to HTTPS automatically. Why?
I have two websites deployed in IIS 7.5 Express. The first website is the PRODUCTION website and the second is the TEST website. In the PRODUCTION website, I added an HTTPS binding and Require SSL so ...
1
vote
1answer
199 views
Dependency issue when upgrading my computer to mvc4, and trying to deploy mvc3 applications
I am having a very similar problem to this:
How to fix this MVC website error: Could not load file or assembly 'System.Web.Helpers, Version=2.0.0.0
same exact error message:
Could not load file ...
1
vote
2answers
108 views
Website Upgrade - Avoid Downtime
I have been requested to investigate how I can reduce the downtime of our website upgrades.
We maintain a DNN site with both public facing pages and member only pages. The member only pages are ...
1
vote
2answers
104 views
Redirect to folder IIS 6
I have a webpage ASP.NET in IIS 6.
There a a lot of urls already indexed by google and links set in web-catalogs that looks like this
www.mypage.com/directory1/page.aspx
Now I changed this that the ...
0
votes
0answers
23 views
create additional folders while installing Windows Service
while installing a windows service is it possible to create additional folders (other than the one in which service gets installed ) using the windows service installer .
Can we configure the setup ...
