I’m running IIS 7.5 in integrated mode. I’m trying to use forms authentication with non Asp.Net apps, like static html pages. So I’ve configured web application as virtual directory WebApp and then configured forms authentication through IIS management console, which automatically added web.config file to WebApp directory. I’ve also:
• ...
First, I'm not sure if I should break this question into smaller, individual questions. They're related, but I'm not sure if I'm doing it wrong. Apologies if I am.
I'm a bit new to the idea of source/version control. I have installed TortoiseSVN on my development laptop, but haven't really gotten into the habit of using it. That sai...
I have 2 domains and path for one of theme is this example http://www.domain1.com/dir1 and other http://www.domain2.com/dir2
where dir1 and dir2 are directoryes in host where are hostet pages, how can i use rewrite module to remove dir1 and dir2 form the URL. The web applications are in asp net MVC..
Sorry for my bad english
...
I've seen a few posts about Application_BeginRequest, but non seems to have my problem.
My Application_BeginRequest is being called for every image in my website.
The StaticFile Handler is enabled with * as the Path, but it's at the end of the list.
Is this the normal behaviour? Or should I add .gif, .jpg and so on on top of the list...
Hello,
I try to use ELMAH on my ASP.NET MVC2 application, it works fine on the test server (Casini x86) while using the x86 version, but when I deploy it on the production server with the x86_64 version, I get a 404 error when I try to access "elmah.axd" and no errors are logged on IIS (but they are logged in Casini)
Here is my Web.conf...
I have a newly created asp.net MVC 2.0 application that is in a completely separate solution from an existing asp.net webforms application.
Because I didn't want the user to have to log in again, I deployed the MVC application in the same site as the existing Webforms app - everything works great.
One thing has me completely perplexed ...
I’m having difficulties setting up IIS7 to allow the default website to be accessible from machines other then mine. (This is for an .NET application that I’m developing).
IIS7 is installed and running on Windows 7 32bit, most of the configuration is default. I can access the default website (from my machine, where IIS is running) by p...
<!-- Custom action to set the .NET version -->
<CustomAction Id="SetNetVersion_Cmd" Property="SetNetVersion" Execute="immediate" Return="check" Value="$(var.SetNetVersionCmd)" />
<CustomAction Id="SetNetVersion" BinaryKey="WixCA" DllEntry="CAQuietExec" Execute="deferred" Return="check" Impersonate="no"/>
<!-- Run the action -->
<I...
Hello everyone,
I am using C# + VSTS 2008 + .Net 3.5 + ASP.Net + IIS 7.0 + ADO.Net + SQL Server 2008. I want to develop an ASP.Net aspx page which has the following function,
1 It could accept 3 Url parameters param1, param2 and param3, and the request looks like this,
http://mysite.com/foo.aspx?parame1=abc&param2=def&param3=g...
I'm trying to get a Rails app built with IronRuby running on IIS 7. I followed all the tutorial given on the IronRuby site but I can't seem to get it to work. The app runs fine hosted under WebBrick but IIS doesn't seem to host it properly. Here is the page I get.
Error: exit
C:/repositories/RampUp/ruby/RampUp/config/boot.rb:66:in `exi...
I've been fiddling a bit with c# webservices and vbscript. Things work fine if I trigger the services manually through IE directly on the webserver, but when I try to run the same service from a vbscript it throws a "An operations error occurred." exception.
The service is pretty simple, all it does is create a computer object in Active...
Hello all,
I have a web application runs @ Windows 2008 R2, ASP.NET v4.0.
I installed the Url Rewrite Module, and started to use it as shown in the official examples.
My problem starts when the <rewrite> tag is added to the web.config under <system.webServer> - actually when I try to browse to any page under this current application, ...
Hello, I have made a config section in my web.config file that has all rewrite rules like the following
<rewrite>
<outboundRules>
<rule name="OutboundRewriteCatalogURL" preCondition="ResponseIsHtml1">
<match filterByTags="A" pattern="^(.*/)Catalog\.aspx\?Catalog=([^=&]+)&(?:amp;)?Title=([^=&am...
I have a .NET 3.5 website that is uploading files to a SQL Server 2008 filestream. This all works great until I hit a certain file size and I unexpectedly get odd error returns in the browser.
In IE 7, if I upload a file with a size of about 100 meg, the browser returns after about 2 minutes with an error saying "Internet Explorer cann...
Hi,
I have installed reporting services and share point server on my windows server 2008. Also IIS 7.0 is running.
I am able to run: http://localhost:81/Reportserver but cannot run with the IP address or server name.
Please assist I am working on it for days now,
Thanks,
buzzi
...
Hi have an issue with the rewrite mod for IIS7
I have several websites in this example (seasons.com. summer.com, winter.com, spring.com)
All of these domains point to the same folder (g:\websites\seasons\htdocs)
Now the complicated bit.
Summer.com gets rewritten to g:\websites\seasons\htdocs\domains\summer\ so any file in this folder...
My MVC site was working fine at Webhost4life until they migrated to the new platform with IIS7. Now the Login feature which my site has to allow employees of the site's company to perform back office funtionality does not work. It simply does nothing and returns no error. Looking at it in Fiddler does not seem to reveal anything unusual....
The device or resource (localhost) is not set up to accept connections on port "The World Wide Web service (HTTP)".
I have windows 7 , downloaded the iis platform from microsoft.
I did it more than once. the bad news, it worked a few days ago ....
today my inetpub/wwwroot is compeletly empty
the service is running and in the firewall Wo...
I am getting an error when trying to run my web application from IIS 7 on my local machine regarding Microsoft.Office.Interop.Outlook that is like the following...
Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80070005 Access is denied. (Exception fro...
I have a WCF service installed on IIS7. I noticed that the first call to my service is always very very slow. The subsequent calls are much faster & acceptable.
If there are no calls made to the service for some time, it again goes to sleep mode. After this the next call again takes a long long time.
Any remedies for this problem?
TI...