I've been experimenting with ASP.Net MVC, and have come across a problem that is probably not specifically MVC related. But I cannot get the authentication in the default MVC application (the one created by the wizard when you create a new MVC project) to work properly under IIS 7 on Windows 7.
If I run under the Visual Studio environme...
Is there a way to profile IIS7? (freeware?)
Number of connections
Bandwidth usage
Errors (Event Viewer?)
-...
thx, Lieven Cardoen
ps: Something similar to mssqlserver profiling
...
I am looking to host a MVC app with IIS7 style routing, and can't find any affordable hosting. CrystalTech uses IIS6 for their shared plans...
...
How should I configure the URL Rewrite Rule in IIS7 to redirect my aditional domains ( domain.net, domain.org, domain.info) to the principal .com domain?
...
Is there a way to configure ASP.NET in IIS7?
I know this must be a stupid question, but in IIS7 I see an icon for ASP. Is this configuration for Classic ASP?
Thx, Lieven Cardoen
...
In a project I'm doing I had severe problems in the weekend. Our application runs in a Custom Browser (.NET Console Application with IE component). At the end of the application Flex does three calls to Weborb.aspx. After this the application closes. There are some 300 sessions closing at the same time, so 900 requests to weborb.aspx at ...
Is there any way (probably a module) that can make IIS7 rejects a post with a file larger than 10mb?
My ASP.NET application has an upload page, and the file cannot be larger than 10mb, I believe that I can check the size of the file only after everything was already sent to the server.
An IIS7 module would be the right choice for this,...
One of my client's website (I didn't code it) was migrated to a new server yesterday by his host. All this aspx code that uses the aspcompat attribute now bombs -
<%@ Page Language="VB" AspCompat="true" %>
'Next we need to create a database connection object on the server using the ADO Database connection object.
'Create an ADO connecti...
We are currently in the process of migrating from Server 2003 to Server 2008. We have a few different environment changes for our ASP.NET application. Our Test Environment is working perfectly at this time, but the production machine with same code is injecting Invalid Characters into the SQL.
The following is the SQL I see via SQL ...
We develop a web app that manages files and resources for different users to download throughout the day on a web server with very limited upstream bandwidth.
Is there any way to monitor in real time how much upstream bandwidth is being taken up by individual connections to IIS (7.0)?
Ideally we'd like way to see a list of each activ...
SYMPTOM:
I have Test_virtual.asp with the following:
<body>
included content starts here:
<!--#include virtual="/test_included.txt"-->
</body>
test_included.txt contains only:
This is the included file
When I browse to test_virtual.asp, I don't see the included file's text.
POSSIBLE CAUSES
I found one report that indicat...
Lets say we have a web site with a CF app that was written in house.
assume that
Server 2003 IIS6 or 2008 IIS7 will be used
Coldfusion 8 will be used
Directory browsing is denied
SSL is required to connect
the account login process is secure (yeah I know that is a whole other ball of wax but that concept is discussed ad nauseum on the ...
Hi all,
I have an aspx page where I’m allowing a user to upload a file and I want to cap the max file upload size to be 10MB. IIS7, .NET 3.5. I have the following configured in my web.config file:
<location path="foo.aspx">
<system.web>
<!-- maxRequestLength: kbytes, executionTimeout:seconds -->
<httpRuntime maxRe...
I recently upgraded my Server 2000 running IIS6 to Server 2008 running IIS7. Servers are stand alone, no A/D. I have a website designed with Frontpage 2003 running Server Extensions 2003 which I also migrated to my new Server 2008. Site on old server required username and password which I set up to allow access by disabling annonomous a...
Hello , Got some problem with settings up the Authorization.
First i got :
<authorization>
<deny users="?" />
</authorization>
So i deny all unknown users and then allow them to view those pages:
<location path="Default.aspx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</locat...
I am having a website (developed in ASP.NET 2.0 (C#)) registered with godaddy.com
But when I am adding HttpModule in my web.config as follow:
<httpModules>
<add type="WwwSubDomainModule" name="WwwSubDomainModule" />
</httpModules>
but it gives me "500 Internal Server Error". When I removed the above tag then my website is working f...
I have Joomla 1.5.9 running on IIS7. I'm now experimenting with the SEO Settings from the Joomla global configuration page.
First I toyed with Search Engine Friendly URLs (that gets rid of the queries part of URLs); that works fine.
I also tried to enable the "Use Apache mod_rewrite". I installed "Microsoft URL Rewrite Module for IIS 7...
We recently upgraded to a new server, we were running Windows 2000, and now we are running Windows server 2008. We have a bunch of reports created in Crystal reports that are having an issue printing now. We use the ASP RDC(report design component). The reports are loaded and can be displayed, but when you try to print them, it takes abo...
This thing is so confusing compared to the old IIS, I haven't even found where to pick the version of .NET still. I had to comment out the and from my web.config because I kept getting:
This configuration section cannot be
used at this path. This happens when
the section is locked at a parent
level. Locking is either by defa...
I'd like to deploy my ASP.NET MVC application to a web hosting company (like DiscountASP.net). I'm confused about what needs to be in the web.config file on the web server. When I create the project locally, I get a bloated web.config with all sorts of additional modules, handlers, compilers. Do I need to add all these items to the pr...