Click here to Skip to main content
15,890,579 members
Everything / Web Development / IIS

IIS

IIS

Great Reads

by Max Paulousky
This article presents the techniques and caveats of building Silverlight applications that can be notified about database state changes via polling duplex. WSHttp binding and CLR triggers are used to implement the solution as well.
by Bert O Neill
Query Hadoop using Microsoft oriented technologies (C#, SSIS, SQL Server, Excel etc.)
by Monjurul Habib
How to: ASP.NET 4.0 Routing and Ext.NET.
by Bill Seddon
Shows how a .NET based WebDAV server can be created by combining two Open Source projects. The example implementation returns files from a file system, but you can extend it to return resources from any repository.

Latest Articles

by Lance Ford
Use an IIS module to identify the node that served a request in a web farm environment.
by Lance Ford
Step-by-step guide to enable an ASP.NET web application to override date, time, currency and number formats.
by Lance Ford
A walkthrough to enable request/response logging to an ASP.NET web application (or web service) by using an IIS module.
by ToughDev
How to install Microsoft Web Deploy on Win7

All Articles

Sort by Updated

IIS 

26 Jun 2010 by #realJSOP
Did you make sure the server has the correct mime types specified?
19 Jan 2011 by #realJSOP
Continue using google. When I googled the error message, the first link was the knowledgebase article you've alread cited, but there are 340,000 addition links returned. This is the 2nd...
19 Jan 2011 by #realJSOP
You could always just include encryption in your source code. Here's a CodeProject article that might help:Gnu Privacy Guard (GPG/PGP) for .NET [v1.0][^]
28 Feb 2011 by #realJSOP
The best way is via IIS on a web server. *Your* machine won't always be turned on, or could be experiencing problems that affect your ability to serve the service. Beyond that, most ISPs don't allow you to run a web server from your house.
28 Feb 2011 by #realJSOP
You don't need WCF to send mail. You simply use the appropriate built in framework objects. WCF is for communicating between a client and a server.If it were me, I'd have the windows service doing the check/email thing, but the web site would STILL be running on IIS, and would access the...
18 Mar 2011 by #realJSOP
Try putting the file into your web site's virtual directory somewhere.
18 Mar 2011 by #realJSOP
0) What does a request trigger on your web site?1) Why aren't you using a web service for this?
29 Mar 2011 by #realJSOP
0) Change your stored proc to change the query based on whether the specified date range results in a single day, or a range of days. 1) Adjust your query so that it's built dynamically, and it either queries for a range of dates, or for a single date, depending on how the specified date...
29 Mar 2011 by #realJSOP
Try using SqlDataReader.BeginExecuteReader. It's the asynch version of ExecuteReader and requires a bit more work pon your part, but it may address your problem. Having X million records to search doesn't help anything either.
31 Mar 2011 by #realJSOP
Does the user need/have an account on the server in question (not in sql, but on the box itself)?
5 Apr 2011 by #realJSOP
I looked at that article, and someone else posted this:You must write a flag after the setaccountinformation :_Task.Flags = TaskFlags.RunOnlyIfLoggedOn;
20 Apr 2011 by #realJSOP
Scott Gu has something in his blog, and google shows OVER 1.5 MILLION results when you google "asp.net url rewriting":Scott Gu's Blog Entry[^]
24 Jun 2011 by #realJSOP
Put this in your web.config:Error 500 is too generic to diagnose.Once you do that, it will give you the precise locatoion that is causing your site to misbehave, and from that point, you can probably identify the problem and fix...
31 Jul 2011 by #realJSOP
Here's an idea - why don't you install .Net 3.5 and see if that fixes it... However, that sounds more like a SQLServer error to me.Did you upload the database specified in the connection string to the server?BTW, wouldn't it be better to create a web service and use that instead of using...
3 Aug 2011 by #realJSOP
What you're trying to do is impossible. Think about it. A web service truns on the server. If you put the Process code in the web service, it's going to try to open Notepad ON THE SERVER.I'm not even sure you can use the Process object in a silverlight app, either.
14 Aug 2011 by #realJSOP
It's not a "problem" - it's "security". Learn it. Live it. Breathe it.EDIT ============I'm guessing your trying to access the inetpub folder remotely. It's simply not possible. You can't share the folder 9as in Windows doesn't allow it). The way I got around it was writing a windows...
26 Aug 2011 by #realJSOP
You can't access folders or files outside the virtual folder where your web site lives. It's a security thing. The only thing you can do is move the desired file to a place INSIDE your web site folder.
1 Sep 2011 by #realJSOP
Write a method in your code behind, put the if in there, and call your method from the markup.public void ControlEval(string evalThis){ if (pnlFeaturesText.Visible) { Eval(evalThis); }}and then you can do this:
21 Sep 2011 by #realJSOP
Have you run your site under the debugger to see if it's throwing an exception that you're ignoring?
27 Dec 2011 by #realJSOP
If you're running Windows 7 Home Basic, it won't work. You have to upgrade Windows to a more capable version.
24 Feb 2012 by #realJSOP
Its an IIS security thing. The web applicaion on IIS has to be configured to be able to run executables. If that's not possible, try it this way:0) Make your web site write a file that indicates the process needs to be run.1) Write a Windows ervice that runs on the web server that...
10 Apr 2019 by #realJSOP
Maybe you could use a GUID in each app to uniquely identify the app-specific cookie instead of the userID.
25 Jul 2019 by #realJSOP
LEARN.HOW.TO.USE.THE.DEBUGGER.
6 Jul 2022 by #realJSOP
When you deploy new javascript code, sometimes you have to clear the browser's cache data in order for it to re-load the .js file. Sometimes, doing a Ctrl-F5 will perform the reload without clearing the cache.
9 Mar 2013 by $ultaNn
i am using windows server 2008 , cannot add user credentials to access the specified physical pathI have created a website using asp.net and i published that site to c:\...\wwwrootand i add that site in IIS6 bystep in the way i Added1: I clicked "Add website"2:i gave Site...
13 Aug 2014 by $ultaNn
i have a website on my server and my company user Proxy server when i try to get IP address from client machine its giving me Proxy IP address not client machine IP address i want to put Proxy server credential in my application to bypass the proxy and get the client machine IPplease...
28 May 2023 by $ultaNn
I have deployed the application in IIS Version 10 of Windows server 2019 the session is getting null when the page is redirected to another page from login. In Windows 11 IIS it's working fine here is my Web.config code For more information...
8 May 2007 by --==## Andy74 ##==--
How to use a certification to connect to an SSL channel and use a web service
2 Feb 2015 by /\jmot
Ref .http://stackoverflow.com/questions/10801340/http-error-500-19-internal-server-error[^]http://stackoverflow.com/questions/929131/how-do-i-resolve-http-error-500-19-internal-server-error-on-iis7-0[^]
9 Apr 2015 by 1Future
Hi All,I have developed a web API that returns records from a database in xml format. Now I need to deploy this onto IIS from Visual studio 2013.. I have never done this before but is there anyone out there who can direct me on how to configure this project onto IIS?Thank you for you time!
16 Apr 2015 by 1Future
Hi All,I am having a weird error in my project which i have been trying to solve for weeks now and i wonder if you guys can help out.In my project I am references COM class (Dymo label library ) that prints labels from a label printer. Now .. Everything works well on my dev machine BUT...
13 Jul 2015 by 1Future
Hello Folks,This might be a dumb question to many of you. But shall ask anyway.I have a project which was developed in visual studio (MVC.Net) and was published to IIS. Somehow this project was deleted and i need to get hold of it.Is there a way i can pull off this project of IIS? if...
6 Jun 2012 by 2011999
Dear All,When i am publish my applicatin con't run through iis my application aditionally what are the steps need for thiswhen i am run my aplication i got this error how to resolve it.The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please...
5 Jun 2012 by 2011999
Configuration ErrorDescription: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.Parser Error Message: An error occurred loading a configuration...
13 Jun 2011 by 204.sharma
Dear Sir, i want to run my 32 bit application on 64 bit operation system.can anyone help me to configure my iis 6.0.Thanks
21 Jun 2011 by 2irfanshaikh
try doing aspnet_regiis.exe -i in Visual Studio Command Promt
21 Jun 2011 by 2irfanshaikh
How do I change my Database server? Or How do I make a proper Database server? Install Sql server. Attach the App_Data database in Sql Server.Change the connection string in the IIS7 Website's web.config file.
22 Jul 2011 by 2irfanshaikh
try aspnet_regiis -i from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 folder
1 Nov 2014 by 9000605667
user is logged from 3 different devices when he logged out from one system we need to do restrict to other devices in dot net
1 Nov 2014 by 9000605667
how many ways we can do the asschronus calls in .net
29 Jun 2018 by 9000605667
after hosting the web apI applcation in godaddy. After browing in the URL i am facing the error What I have tried: Server Error in '/' Application. Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this...
30 Jan 2014 by @donis2014
How to configure IIS Express "applicationhost.config" for handler mappings
19 Aug 2012 by _Amy
Yes, because your website is not deployed correctly, that is why you are getting this error.Refer the links below:Steps of quick deployment of Asp.net applications into IIS from Visual Studio 2010[^]Deploying a Web Application Project Using a Web Deployment Package[^]Here[^] is a pdf...
19 Feb 2013 by _Amy
This error usually occurs when you have set up Visual Studio to debug an existing web application running in IIS rather than the built in ASP.NET debug web server. IIS by default listens for web requests on port 80. In this case, another application is already listening for requests on port 80....
9 May 2013 by _Amy
Check the similar solution here[^].--Amit
10 Jun 2013 by _Amy
Please refer the links below:how to stream IP camera live on web page?[^]ASP.Net Live streaming IP camera video and audio[^]How can I stream webcam video with C#?[^]Streaming over HTTP with JavaScript: AJAX video player[^]Webcam Motion Detection: Using the BitmapData API in Flash 8...
26 Feb 2011 by _Ashish
It may be problem for IIS 7.0 using the Application Pool integrated pipeline mode.1) Try this in web.config file.
9 Jul 2013 by _Asif_
I beieve same question has been asked belowhttp://forums.iis.net/t/1192711.aspx/1[^]
10 Jun 2014 by _Asif_
Check this Article.Determining When to Use Worker Process Recycling[^]
5 Aug 2015 by _Asif_
Framework helps resolve Template Codes present in any text at Runtime
3 Feb 2015 by _Asif_
Well i guess you first start reading some elementary books regarding database. Then follow below link to start doing some experimentation.Working With Data (Beginners Guide to Database in ASP.NET Web Pages Part 1)[^]
22 Apr 2019 by _Asif_
Access rights issue over MSMQ could lead to hours and hours of investigation
15 May 2013 by _Damian S_
Build your code in DEBUG mode in Visual Studio. Set a breakpoint in your code. Press F5 to start debugging.
8 Jul 2013 by _Damian S_
The Connection Strings functionality in IIS would exist if you wanted to provide a connection to your SQL Server to all users of the IIS, rather than having to maintain specific login details in your web.config. If you have already done it in your application, there's no need to set up your...
8 Jun 2012 by _Dhull
hi all* I have designed an web application in visual studio 2008 and report is generated in crystal report. It works fine in development server. But if i deploy on IIS7 then i got following error No printers are installed.Description: An unhandled exception occurred during the...
15 Nov 2014 by _Kapil
Hi all please diagnose the problem..........Log Name: SystemSource: Microsoft-Windows-WASDate: 11/15/2014 6:58:36 AMEvent ID: 5013Task Category: NoneLevel: WarningKeywords: ClassicUser: N/AComputer: ...
16 Nov 2014 by _Kapil
Problem solved myself after 10 hour research over Google and testing.Ans. Increase the ShutdownTimeLimit valueIt is possible that the default ShutdownTimeLimit value was modified from its default value of 90 seconds. It can be expect that an application pool needs time to fully shut...
18 Mar 2013 by _Maxxx_
I would imagine you need to look at the documentation for your camera. If it has an IP address then it should be able to talk to your web server directly (more accurately, your server should be able to talk to the camera!) So you need to configure the router at the client to allow you to talk...
16 Mar 2015 by _Maxxx_
If you want to host it on your machine, then you will need to set up your router so that incoming traffic to port 80 gets routed to your IIS serverThen anyone can access your web pages using your IP address.If you want to use a domain name then you will need to register it and then...
18 Aug 2011 by `Thomas W.
Hello,I have a problem with my Windows 2008 R2 Server.I have installed the IIS7 and want to publish a WebService written in C#.During the publish I get an errormessage that there aren't installed the Frontpage Serverextensions. But they are. I installed them like this...
17 Feb 2017 by A.R Farooqui
I have a wordpress website deployed on an IIS Server.I have to add an asp.net application in that website as an application.When i add it on Website. The Ajax Modal Pop up not working on the my asp application any more, when i check console of the browser a list of WebResource.xsd and...
17 Feb 2017 by A.R Farooqui
hufff... After a lot of searching on google I solved the issue by using This link StackOverFlow.... So it just add in the web config of my wordpress site.... and all errors gone in air .. Hope this will help some others, who...
12 Feb 2013 by a2ulthakur
so i have a website which i am trying to host to my local IIS server. i have used default ASP login template controls in my development environment which were working fine but the moment i hosted my website on IIS i am unable to login. i am getting an error "Your login attempt was not...
16 Feb 2013 by a2ulthakur
it was just an permission problem in iis which i solved by giving IIs users permission to write in database.
11 Jul 2004 by aa2max
Easy Guestbook with ASP and MS Access
5 Aug 2004 by aa2max
Simple News System using ASP and MS Access
29 Oct 2004 by aa2max
A simple image gallery with captions using ASP.
29 Jul 2005 by aa2max
Simple web-based time management application using ASP and MS Access.
5 May 2015 by AANIL DHAKAD
Hello Friends, I am facing problem with integrating Bio metric device of Secugen Hemister Plus. I describing steps that I have done with this.1. Install the driver of device2. Install finger print recorder application3. run Finger Print Recorder application, it is working fine at...
25 Oct 2010 by aayu
http://www.big...
7 Jun 2012 by aazish
i'm trying to install IIS,it installed but yet i can't acess local host as i'm using asp.net.
10 Jun 2012 by aazish
im working on asp.net when i invoke my website project localhost not responding but when i run my website address using 127.0.0.1 it works.please let me know why local host not working?
4 Sep 2013 by Abdul 08009
Hope you all are fine.I have an application which requires to send 1500-2000 emails with attachment to the same number of customers. My Question is "What would be best practice to achieve that efficiently?"Whether 1)It can be done efficiently by organization's email account -...
9 Apr 2010 by Abdul Quader Mamun
ASP.NET provide features to develop appllication for mobile devices. System.Web.Mobile namespace is devoted specifically to mobile Web development.
14 Aug 2012 by Abdul Quader Mamun
Custom TreeView web user control for parent child relatioinal data upto infinity
10 Dec 2010 by Abdul Quader Mamun
Thank you for your question. You can try like bellow.web.config... ... \" password=""/> ... ...Thanks,Mamun
9 Nov 2012 by Abdul Quader Mamun
To develop scalable applications, effective paging is essential. Devoid of smart and effective paging and sorting to handle thousands of thousand data takes extra time and system resources.
7 Jan 2014 by abdul subhan mohammed
Hi Guys,I have created one ASP.NET web application and I deployed it on local IIS server. And itsworking well and good.But my client already have one domain and he want this web application on its domain and it should be linked with its current web site, on domain.Could you let me...
1 Jul 2015 by Abdulmateen50
CaptchaImag is not displaying properly on my webpage. I am using IIS 7.5 lastest version. Here is my web.config code that i am using for CaptchaImag.
25 Apr 2013 by abdussalam143
try these settings.
30 Apr 2013 by abdussalam143
some time ago i have same problem i made these change and it work fine for mein application pool set same framework version of your application like ".NET Framework v4.0.30319" or etc.and change Managed piplene mode "Integrated" to "Clasic" or inverse
17 Aug 2012 by Abey Thomas
This is an issue which can happen for a variety of reasons - but how do you find the right one?
16 Oct 2012 by abhijeetgupta1988
i also encountered same error.Its the issue with Hosting provider.Confirm from them if they support Crystal Report on their servers!
4 Sep 2008 by Abhijit Jana
This article describes some features and architecture of IIS 7.0 and deployment of ASP.NET sites on IIS
1 Sep 2010 by Abhijit Jana
In this blog post, I have going to list out all of my IIS articles that I have published over last few years.
2 Oct 2010 by Abhijit Jana
The exact difference between web farm and web garden, and the advantages and disadvantages of using them.
5 Nov 2010 by Abhijit Jana
How to use IIS Manager to get worker processes (w3wp.exe) details information?
5 Mar 2012 by Abhilash Gandhewar
Plz Give Me solution for how to start w3service...Default Website is stop..How to start it..?
5 Mar 2012 by Abhilash Gandhewar
IIS is stop..Plz help me how to start iis on server 2003
29 Jul 2021 by abhimestry
Application is hosted successfully. But users are complaining that they are unable make login into system. Application Pool is did not stopped. SQL services also did not stopped. What I have tried: Checked whether application pool is working or...
13 Feb 2011 by Abhinav S
This[^] thread may help.
27 Mar 2011 by Abhinav S
Have a look at http://www.cjcraft.com/Blog/2007/05/08/HowToConfigureIIS50AndIIS60ToDeploySilverlightApplications.aspx[^].
30 May 2011 by Abhinav S
Maybe, these links will help you out -http://support.microsoft.com/kb/323972[^]http://www.no-ip.com/support/guides/web_servers/setting_up_iis.html[^]
5 Mar 2012 by Abhinav S
There is a start button in IIS. Press that!
13 Mar 2012 by Abhinav S
Use the GetDetailsEx method instead of GetDetailsOf.
26 May 2013 by Abhinav S
"Don't work" is a rather difficult statement to trace.Do you get errors when your clients try to connect to the service?The first thing you would do is make sure the client(s) have not hardcoded your service url. Make them point to the new server.
27 Jan 2014 by Abhinav S
You need to craete a self signed certificate (or get from a third party vendor) and then place the certificate in the certificate store.You then need to link the web site's binding to the certificate.You need to turn on SSL in the Require SSL section.There are a few links that describe...
27 Jan 2014 by Abhinav S
Try some of the answers mentioned on this[^] thread.