hi
i am a beginner at asp, i have made a website using asp.net and C#, now i want it to run it on intranet, my laptop being server. But i can't even run the default page that is present after iis installation. I have vista home basic operating system installed on my laptop with iis 7.0.
The error i get is HTTP 404.4 page not found.
T...
I have a site that works very well when everything is in HTTPS (authentication, web services etc). If I mix http and https it requires more coding (cross domain problems).
I don't seem to see many web sites that are entirely in HTTPS so I was wondering if it was a bad idea to go about it this way?
Edit: Site is to be hosted on Azure c...
Hi All;
i need creating .csr file on vb api or command line tool for iis 6.0 / 7.0.
thanks for all.
...
I am experimenting with the integrated authentication mode for static content in IIS7. I followed the instructions in this article: http://aspnet.4guysfromrolla.com/articles/122408-1.aspx
It is working fine if I allow/deny access by login status (like in the article). However I want to allow/deny access based on roles (using the ASP.NET ...
Hi Stackoverflowers
I am moving my php sites from a Linux machine over to a windows machine with IIS7
I keep getting this error on three of my domains:
"Unable to create file mapping
Access is denied."
I have no idea how it origins... Can someone please come with some suggestions as to what would cause this error?
I dont even know w...
Hi,
I have a WCF application, running on .NET 3.5 SP1, hosted in IIS7, on a Windows Server 2008 64-bit.
In our architecture, there is 1 instance of the application per client, DLLs are copied in a separate directory for each client. In IIS, we host 5 or so clients per application pool, each client having its own application/virtual dir...
I have a web service that takes a byte[] and saves it.
This works fine for "small" files, but once I hit a certain size the web service fails and returns "The request failed with HTTP status 404: Not Found."
From what I've seen this appears to be an IIS setting that limits the size of a file that can be posted (to prevent Denial of Ser...
I tried setting up a virtual folder on IIS7.0 on windows 2008 server.
when trying to browse the aspx pages, i received an error like "HTTP Error 500.19 - Internal Server Error" and had few more lines saying the config file is incorrect.
Few google results pointed to applicationHost.config file might be incorrect.
just by trial and err...
I've placed a ClickOnce deployment inside of a virtual directory on a server running IIS7.
I would like to be able to password protect the directory so I can test the application out on the WAN but I can't seem to find out how to set a password for the directory containing the ClickOnce app.
Any help would be very much appriciated.
...
The question is specific to IIS 7 only in the event that this version brings tracking capabilities not found in previous versions. The site is an asp.net mvc web app.
I'm looking to capture as much information about user sessions as is possible. I have a relatively low-traffic site and, at least at the initial launch, i'd go so far as t...
In IIS 7 is there a way to edit the forms authentication portion of the web.config without editing the web.config directly? That is, using the IIS 7 GUI to make changes to the authentication?
...
Will it be possible for windows xp or windows server 2003 to support net.tcp for WCF, well it works in windows server 2008 as IIS 7.0 supports net.tcp,but is there anyway for IIS 5.1 or IIS 6.0 to support net.tcp,is there any workaround for this?
...
I've create a web site on my local IIS 7 with my own ASP.Net MVC project on its root.
Everything is working fine except for the static content. Going to http://localhost:8080/Content/Site.css gives me a 404. I can see the folder on IIS Manager.
The content is served fine with the small development server you get when you run the appl...
I'm publishing an ASP.Net MVC as an IIS7 site on my local workstation. Is it possible to get IIS7 to re-compile the project when needed?
...
Hi there,
I've written some rules for our static content subdomains so that, when they come into IIS, they are redirected to our www. subdomain.
The reason for this is that we have several subdomains being indexed by Google. However, when I create the urls, I am still able to view files at img1.mydomain.com with the statuscode being 20...
I have a project I am trying to move to run on IIS7 instead of the Visual Studio Development Server. Everything works on VS Development Server but when moving to IIS7 its seems to not be able to read anything from the database, but doesn't give a database error, instead it gives a NullReferenceException on the information I'm trying to ...
We have 3 web servers running IIS7. I've enabled compression for static and dynamic content. We have been testing the servers under heavy load and after half an hour the styles on the site started breaking.
I started investigating and found out that IIS was serving css and js files with Content-Encoding: gzip but the actual file content...
How to to configure SMTP mail in IIS 7?
I am new to IIS 7 and want to know how to configure that, or its better to keep using the IIS 6 SMTP?
Any one know where to find some videos to learn SMTP in IIS 7?
...
I have an ASP.NET site that was working fine running on Windows Server 2003 / IIS6.
I moved it to Windows Server 2008 / IIS7 and the aspx page output now includes gibberish text.
For example:
p����
�����
The majority of the page renders properly, but there is gibberish here and there.
I have checked the event logs and there is nothi...
I have Deployed my Asp.net web application on IIS 7.0 on localMachine(Server) and it is working fine there.
But when i try to access it from other machine in LAN, It gives me error that, 'Internet Explorer Can Not find this Page.'
I am accessing it on terminals using server name address and also tried using IP address.
Even I have Sha...