'dbo.aspnet_CheckSchemaVersion error while using aspnet_regsql.exe
HiI have a database and exported from local to remote host. After that the following error occur:Server Error in '/' Application. Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'....
View Articleadding element to collection in applicationHost.config with Powershell...
how to add a <clear /> element and <remove attributeName=attributeValue /> to the collection with powershell webadministration module?I can add something to collection with this...
View ArticleHow to add a virtual directory inside a virtual directory using appcmd
Hi EveryoneDoes anyone know how I can add a virtual directory to an existing virtual directory?Example:Default Web Site/productsNow I want to add another virtual directory under products i.e. Default...
View ArticlePowershell Remove-WebApplication cmdlet will not remove Web Application
I've created a web application within a web site called "MyWebApp" and it's physical path to a folder called "mywebapp". When I use the Powershell v2.0 Remove-WebApplication cmdlet it will not remove...
View Articleiis and idn domain problem
Hello when i try to add a domain with å ä ö xn--ooo-95a4r.se iis does not allow me to use signs like ( - ) how can i change that?
View ArticleSite path modified in IIS but not taken into account
Hi,We have a recurring problem on some of our machines.We have approximatively 30 IIS sites.We automated our application deployment by unzipping the binary and switching the PhysicalPath of the sites...
View ArticleStart iisexpress with custom redirection.config or aspnet.config
I can start iisexpress.exe using a custom config file through the /config argument, but it seems that I can't specify a custom redirection.config or aspnet.config file at the same time. Is there a way...
View Articledonwload file instead display content
Hi expert,I'm new baby. How can i configure to download the file from the website instead of display the file content.Eg: https://localhost/test.txt
View ArticleHow to enable Logging on IIS 7.5?
Hi,I'm trying to enable logging on a new site I'm setting up. I installed the Logging Tools Roles, but that didn't enable the logging features. Any ideas what other Roles need to installed, or other...
View ArticleLooking for web.config in website root rather than in application root
I have an applcation which includes it's own web.config. When I place the applcation in the website root (e.g. inetpub/wwwroot) everything works fine. If I move the applcation to a virtual directory...
View ArticleVirtual Directory Throws 500 error when accessing xml files.
I created a virtual directory to access global files for multiple websites.All files render properly except for xml files.This works (without the...
View ArticleII7 : Configuration Error
Hi All,I'm getting the following error on IIS7, In case of this error, the website doesn't display the configured internal error (500) page as well, nor the Global.asax "Application_Error" event was...
View ArticlePowerShell Error: Cannot write configuration file
Im getting the below error when trying to use the Set-WebConfiguration cmdlet at a file level. It seems to work fine on the site level, please help. Error: Cannot write configuration file+ CategoryInfo...
View ArticleIIS 7++ Redirect Parameters reference
This is probably old news, but it seems there is no "official" doc (MSDN/TechNet, etc) on this topic.For IIS6, documentation exists hereUnless I missed it, the same sounding document for IIS7 (and 7.5)...
View ArticleServer Certificate - Complete Certificate Request error
I get this error when I choose the cerificate file and give the friendly name and click on Ok.Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) I made sure the IUSR,...
View ArticleCreating a handler mapping using appcmd
Hi EveryoneI am using the following command line to create a handler mapping:appcmd.exe set config "Default Web Site/test1/cgi-bin" -section:handlers...
View ArticleVS2008 debugging problems
I'm attempting to debug VB ASP.NET websites within IIS7 using VS2008 SP1 on Vista 64-bit Ultimate but getting the message "Unable to start debugging on the web server. IIS does not list a web site that...
View ArticleThe HTTP request is unauthorized with client authentication scheme...
Hi people,I have a Silverlight app which the Web Service is in the same solution. I have a web.config for Windows authentication and the App.Web is configured as follow :Anonymous Authentication :...
View ArticleBackground timer thread in IIS
Hi,I want to know how to setup a background timer thread that runs within the IIS 7.5 of ASP.NET MVC4 application . This thread should start when application has started and should periodically...
View ArticleService Name Indication - ServiceConfiguration for Azure
You can checkmark Service Name Indication in Site Bindings in IIS, but to persist on Azure this setting needs to be in Service Configuration file. How would this be specified?
View Article