Hi,
This could be a entirely hosting service related problem but I'll post it here in case it is a more common problem.
I'm running a OData service on my ASP.NET MVC 2 site which works fine on my laptop IIS but when I deploy it to my site at Winhost I get 404 Resource not found error when trying to access the .svc-file.
Earlier I had ...
I have been playing around with wf4 for a while. I found various articles, videos(channel 9), blog posts and sites about wf4, but couldn't able to organize it in a proper way.
I look forward to create a Learning Catalog for
Windows Workflow 4 with VS 2010 and IIS 7 (without AppFabric )
Windows Workflow 4 with VS 2010 and IIS 7 (with ...
Hello guys.
I have requested to fix login problem on the classic asp site.
Configuration is 2008 server and IIS 7.0
I've found that admin directory of the site has basic authentication, however there is no any NT Accounts for requested loginName.
I don't want to create any Windows account for this site and I know that basic auth is ins...
Can someone please tell me what needs to be done to debug a asp.net app using IIS7 instead of the Development server with VS2010. I have found multiple resources online that says how to do it and they all have different steps. I cannot seem to get it to work.
Thanks,
Blake
...
Im' trying to run CI application with or without smart url capability on godaddy's MS IIS7, now they have by default enabled URL rewrite engine which prevents CI from running properly - is there some way to turn off URL rewrite on godaddy servers or to specify not to use URL rewrite for some folder (without using web.confing because that...
Hi, I call a DLL in ASP.NET a DLL that is written in C++.
When running it into IIS 7, The pool (w3wp.exe) crash and the "just in time debugging window" open.
I do many tracing and I found that crash happen when calling any function (in the unmanaged DLLs) that have a "out string" parameter (or return a string value).
I saw on the web t...
Does anyone know how to host a WCF Data Service (or OData) inside IIS7? I'm seeing lots of articles about hosting WCF, but none specific to WCF Data Service.
Thank you very much.
...
I tried to run my WebApp on my local machine today (nothing has changed on it) and I had the above error. I know my machine had a windows update recently (not sure if that has anything to do with it).
The error produces a big print out of css styles and html markup.
In the markup it also says "The requested page cannot be accecssed bec...
I'm using IIS7 UrlRewrite module.
I set up my rules in the web.config <system.webServer><rewrite> section.
I want to know if there's a way to define the rules in one external xml file instead of in web.config file.
Thanks.
...
I'm having a virtual directory that holds videos of format MP4. My problem is that i'm not able to access some of the "mp4" file via http. But i can browse and play the file through the shared folder not via http. I added the MIME extension for MP4 also. Please find the event log as below
Log
Faulting application w3wp.exe, version 7.0....
Hi,
I've a web application having web.sitemap (on root folder where web.config exists) in it to build a menu in master page. It works fine when I run it from Visual studio 2008 (vai development server on system tray) but when I run it under IIS 7 virtual directory (windows server 2008), it does not read the web.sitemap file and do not ...
When I run the application using the Web Developer it works fine. However when I run it using local IIS I get the following error:
Any ideas? Thanks!!
The resource class for this page was not found. Please check if the resource file exists and try again.
Description: An unhandled exception occurred during the execution of the current...
I am running a MVC2 application (.net 4.0 on IIS7) and when a form is submitted I have to send invoke two external web services, wait for the responses, do something with it, and return a response. The problem is that the web services take about 20 seconds each to reply (this is beyond my control). I decided to move to async controllers ...
Changed thread subject * - The issue isn't specific to WCF.
We have some web content that is setup in virtual directories using integrated windows authentication. The virtual directories are running under application pools that are using a custom identity (custom user account). The problem is that NTLM authentication works however Ker...
Hello everyone,
I am using VSTS 2010 + C# + .Net 4.0 + IIS 7.5 + Windows 7. When I open an svc file (in IIS manager, right click the svc file and select browse) for a WCF project in IIS, there is an error like this, any ideas what is wrong?
This type of page is not served.
Description: The type of page you have requested is not served...
Hi All,
First of all i should say when i used IIS 6.0 and i escaped windows authentication popup, i gave 401 error and i redirected weblogin page. Now i use IIS 7 with similar system but i can't get windows authentication popup, so directly go weblogin page. What is the difference between IIS 6 and IIS 7, why cant i get windows authent...
I have an ASP.NET MVC 2 site running under IIS7.
The app has its own .NET 4.0 App Pool running under a specific user account, and that account has "Full Control" permissions on the root folder and all sub-folders of the site in question, because we do funky things with file I/O, and it is required.
After setting up 1-Click Publish succ...
We are about to launch a website that might end up getting a lot of traction (or none). I wanted to get some feedback on the best approach to implement a Fail Whale type page should we get nuked and I need to bring up more servers etc.
I was going to do a fail-over load balance to a static page that would show up in the case the main s...
Hi,
i'm having a problem with an MVC2 app im trying to deploy.
my app uses the windowsidentity.current.user.name for a number of data calls. However, when i've deployed this to iis7 windows server 2008, the username and domain its passing from windowsidentity is the application pool identity.
i'm new to iis7 and never had this problem ...
I have tried to check the difference in requests if in IIS7 doStaticCompression and doDynamicCompression are true or false.
Strangely, I don't see any difference in the size of the responses. If I set the compression to false for instance, shouldn't the size of the responses be bigger for dynamic and static pages?
...