IIS (Internet Information Services) Version 5 – is a web server application and a set of feature extension modules created by Microsoft for use with Microsoft Windows. Released with Windows 2000.
-1
votes
0answers
30 views
Exception Details: System.IO.DirectoryNotFoundException: Could not find a part of the path [closed]
My project contains a DataList, and I have an export to pdf button. When I click it, it will generate a PDF of the DataList content. And it is working perfectly while running it with locally.
Then ...
0
votes
1answer
69 views
Silverlight 5 Deployment
Is it possible to host a silverlight 5 application with iis 5.1 ?
I've developed and application using
.NET Fraemwrok 4.0
Entity Framework
Silverlight 5
WCF Ria Services
SQL Compact
I've no idea ...
0
votes
0answers
26 views
IIS 5 Custom Directory
I have an IIS webserver running on an XP machine. I've seen lots of great tutorials on how to customized a directory listing when running IIS 6 or 7, but since I'm running XP, I'm stuck with version ...
3
votes
2answers
119 views
500 Internal Error on jQuery Web Method Call - IIS 5.1 ( :-/ yea i know…)
i can't figure out what i'm missing, is there an IIS Setting that needs to be changed, possibly?
$(document).ready(function () {
function AjaxSuccess(result) {
alert('result: ' + ...
0
votes
0answers
255 views
HTTP 403 Forbidden : This website requires you to log in
Using asp .net MVC 4.0 , razor , VS2010 , IIS5.2 , windows Server 2003
I have built an application which i want to publish in IIS. what i did is listed below:
Cleaned then built the solution.
...
0
votes
0answers
35 views
Image upload issue when hosted my site in IIS
Hi all I have done an application where before going live I would like to test it locally, so I hosted it in IIS every thing works fine but when coming to file upload where it accepts only images ...
3
votes
2answers
72 views
IIS 5, Migration from .net 1.1 to .net 2.0?
My client is using IIS 5.0 and .NET 1.1 on their Windows Server which is reaaally old!
Just wondering what are the risks of upgrading the server from .NET 1.1 to .NET 2.0? and would IIS 5.0 support ...
0
votes
0answers
105 views
Response.Flush after Response.Close
Private Sub Page_PreRender(ByVal sender As Object, ByVal e As System.EventArgs) _
Handles Me.PreRender
Response.Write(" Hello world.<br>")
Response.Close()
Response.Flush()
End Sub
Above ...
0
votes
2answers
111 views
Writing to IIS using Command Line
I am trying to install application using a script. This application creates a virtual directory under Default Web Site in IIS.
I have written this script. Is this right script or i am missing some ...
1
vote
1answer
583 views
How to add a new application pool in iis 5.1 in the code c#?
I am trying to add a website on IIS 5.1
When I try to create an application pool for my new site with my function below, I have this strange error "system.directoryNotFound Exception ... in ...
0
votes
2answers
112 views
Windows Batch Scripts
I have written a windows batch command as follows to install a application silently
msiexec /q /i ZFPSetup.msi WIXUI_INSTALLDIR="C:\GEHC\" TARGETVDIR="ZFP" WIXUI_EXITDIALOGOPTIONALCHECKBOX=1 /l*v ...
0
votes
0answers
106 views
The page cannot be displayed. HTTP 403.2 - Forbidden: Read Access Forbidden
I have been looking all over the inet. But I cant find the solution that works.
For some unknown to me reason, the IIS I have at work (IIS 5.1 on WinXP) stopped working. Even, when I try to browse for ...
1
vote
0answers
1k views
Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046}
i use Windows XP_SP_3 and IIS 5 (local host), build site with asp.net4 and use this code:
Application appClass = new Application();
Document wordDoc = appClass.Documents.Add(Server.MapPath("~") + ...
1
vote
0answers
129 views
Setting HttpOnly Classic ASP in IIS 5
After reading this SO post, I too need to set ASPSESSIONID[random-string-here] cookies to be HttpOnly for Classic ASP pages. But, in IIS 5.
So, what are my options? I'm not generating these ...
0
votes
1answer
169 views
MVC3 App under IIS 5.1 doesnt load CSS stylesheet
I have MVC3 app. When I run it under ASP.NET Development Server from Visual Studio, everything is fine. But, when I run it under IIS, the CSS is not loading at all.
Any manipulation with permission ...
0
votes
0answers
75 views
Configuring Virtual Directories outside of IIS
Is it possible (and if so: how) to configure virtual directories outside of IIS 5.1 (on Windows XP)? I'm familiar with applicationHost.config in IIS 7, but as far as I know IIS 5.1 doesn't have this. ...
0
votes
0answers
170 views
WCF Service Methods are not accessible When Hosting wcf Service on IIS 5.1 Windows XP
I have hosted a WCF Service on IIS 5.1 Windows XP . All configurations are according to the help i found out googling this issue over and over again but couldn't get better accessing methods.
The ...
1
vote
2answers
776 views
Hosting .NET 4.0 REST WCF service on IIS 5.1 (Windows XP) issue 404 (The resource cannot be found)
I've got a WCF-based RESTful API (.NET Framework 4.0) which works fine when hosting on IIS 7.0 (Win7) or IIS 6.0 (Server 2003). However, I found a problem hosting the website on IIS 5.1 (Windows XP) ...
0
votes
1answer
102 views
Create NuGet Server on IIS 5.1
I'm wanting to create a remote NuGet server. I've followed the instructions here:
http://docs.nuget.org/docs/creating-packages/hosting-your-own-nuget-feeds
Everything works when I F5 it and look ...
2
votes
1answer
1k views
WCF Service unable to connect to web service when running in IIS
I have a WCF service which is being used as a wrapper on a third party asmx service we are integrating with. The service it is communicating with was added using the Add Service reference dialog in ...
0
votes
1answer
115 views
HTTP 403.9 - Access Forbidden: error
Ive been constantly getting the same error,like
"HTTP 403.9 - Access Forbidden: Too many users are connected Internet Information Services Technical Information".
I went through this site and found ...
0
votes
1answer
928 views
ASP.NET -The current identity (Machine\ASPNET) does not have write access to 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'
I am having this issue on my Win XP Professional Development Machine. My application is on Virtual Directory.
The current identity (MachineName\ASPNET) does not have write access to ...
0
votes
1answer
110 views
How to allow ASP.NET 4.0 query Sybase Database on IIS 5.1
How to allow ASP.NET 4.0 query Sybase Database on IIS 5.1?
I've been running my website on Debug mode and all works fine, when I publish the website and I add a virtual directory in the IIS 5.1 with ...
0
votes
1answer
258 views
error with iis while returning large size string through webservice
I want to return a image through webservice , so i tried to convert the image in database to byte then from byte to base64 string and return it to webservice , i am done with half the way but i could ...
4
votes
2answers
423 views
TPL Task in WCF service fails to use correct IIS security Credentials (SQL Connection)
I have a WCF service method that calls a SQL stored proc. I'm developing using IIS 5 (can't do much about that, II6/7 not available)
To get some gains, I'm doing a number of async calls to this ...
0
votes
1answer
622 views
RUNNING mvc 3 ON IIS5
I am forced to do MVC 3 IN iis 5.
To work with url with out extension aspx, i am doing like below
http://blogs.microsoft.co.il/blogs/dorony/archive/2007/12/15/using-asp-net-mvc-on-iis-5.aspx
but i ...
1
vote
1answer
351 views
401.2 error only with Anonymous Access
I have a web service which the home page is displayed and runs if I turn on Integrated Windows authentication. Now if I turn that off and Anonymous Access is on I can not even get to the wsdl page. ...
1
vote
2answers
618 views
Hosting Silverlight 5 in IIS 5.1
I wanted to know if a Silverlight application can be hosted on IIS 5.1, because when I create a virtual directory and publish the Silverlight project and try browsing it, I get this following error:
...
1
vote
0answers
328 views
Apache Tomcat 6.0 IIS 5.1 isapi redirector error “The request is not supported.”
I am facing this problem since many days, scratched each n every piece of code again n again, but couldn't rectify it...
I ve installed Apache Tomcat 6.0 on windows XP- service pack 3 & Enabled ...
0
votes
1answer
866 views
Open outlook in ASP.Net
I have an ASP.net application that would open an outlook on a certain function.
sample code:
Microsoft.Office.Interop.Outlook.Application oApp = new Microsoft.Office.Interop.Outlook.Application();
...
4
votes
6answers
803 views
Why is my PostBack occurring before my jQuery click event?
I'm fairly new to jQuery, but I have some links on my page which should toggle sections of the form visible when clicked, or if javascript is disabled it does a full postback to toggle those sections
...
0
votes
1answer
3k views
SMTP outbound emails stuck in Queue folder : Windows XP SP3, IIS 5.1
I am using a PHP script for sending emails by IIS 5.1 SMTP.
The emails, go to outbound folder. really path is C:\Inetpub\mailroot\Queue.
after a seconds, it start to send emails properly, but after ...
0
votes
1answer
143 views
C program for CGI giving error incomplete HTTP headers
My C Program Code:
#include <stdio.h>
int main(void) {
printf("Content-Type: text/plain;charset=us-ascii\n\n");
printf("Hello world\n\n");
return 0;
}
I compiled it several times, using ...
0
votes
1answer
118 views
Configuring application email delivery between development, test and production
I have an ASP.NET 2 application that sends email to specific users to notify them of certain events. The application uses the System.Net.Mail.SmtpClient class to construct the email and send it.
...
0
votes
1answer
106 views
IIS - Execute a script/code snippet for every Request
I like to execute javascript/server side code for each and every request(*.htm,*.asp,*.aspx,*.asmx, ...) to IIS server.
Is there any way to write a isapi (dll) and register it with the iis that will ...
2
votes
1answer
2k views
Failed to access IIS metabase
Hi all i am getting the following error i tried all the available answers but still i am getting the same error can any one tell what's wrong in my local host. I am using IIS5.1. Can any one help me ...
0
votes
2answers
1k views
How to configure IIS-5 (on windows xp) to behave similar to AppPool in win servers & windows 7. (Integrated Security=true)
I use windows xp and IIS 5 for web development. For database connection the credentials are set up as Integrated Security. It works fine our our DEV server (IIS 6) where they have configured the App ...
3
votes
1answer
303 views
PageMethod 404 only on deployed website under XP/IIS 5.1. What security settings should I be aware of?
Been trouble-shooting this for a few days now and have basically run dry of leads.
Here's the code:
[WebMethod]
public static bool EnableEditMode()
{
bool successful = false;
try
{
...
0
votes
1answer
34 views
Is it possible to add additional fields to the url, when processing a request in asp.net mvc2.0?
This may be an odd situation but here is my current problem:
I am building an application which is environment driven(ie. Dev/Staging/Live)
So as a user comes to the app for their first ...
3
votes
2answers
653 views
c# binding error in WCF
I am getting the following error when trying to access a WCF service.
Could not find a base address that matches scheme http for the endpoint with binding MetadataExchangeHttpBinding. Registered ...
0
votes
1answer
62 views
IIS and argv[0] path syntax
I am working on a dll for IIS 5 written in C++ (the webserver of microsoft)
but I see something strange when debugging, in my main() function
argc = 1
and argv[0] = ...
0
votes
3answers
163 views
Host WAS hosting without IIS
I am using Windows XP which got IIS 5, I am facing some authentication issue during database actions. I tried impersanating but it didn't work for me.
Can I host WCF service without IIS(5) in XP ...
0
votes
2answers
911 views
port number for the virtual directory in IIS
Is there any way to mention the port number for the virtual directory in IIS. Mt IIs version is 5.1.
0
votes
2answers
102 views
Authentication error during acess WCF service through IIS 5
I have hosted a WCF service in my local machine(XP SP3) lets name as PushService, I am consuming this service in PushServiceClient. When I keep PushService project in running mode and try to push data ...
0
votes
1answer
5k views
How to deploy WCF Service Application (Framework 4.0) using Windows XP IIS 5.1?
How to deploy WCF Service Application made with Visual Studio 2010 (Framework 4.0) with Windows XP IIS 5.1?
0
votes
1answer
167 views
Site not completely loaded in the browser
I have a MVC 3 project hosted on IIS 5.1.
80% of the time everything is working fine, but often when the connection is slow, the page is not loaded completely in the user's browser. The loading ...
0
votes
1answer
177 views
Configuring Webservice.dll into IIS
I'm creating web service by through
File->New Project->web->ASP.Net Web Service Application.
Instead of File->New Website->ASP.Net Web Service Application.
After Coding and building Project, I got ...
0
votes
1answer
217 views
How to deploy a php website in IIS 5.0?
Do I need to install anything for the IIS to support PHP?
And how can I deploy a php website using the IIS 5.0?
1
vote
0answers
229 views
How to fix access forbidden error in Windows XP IIS?
ASP .NET MVC2 application is installed in Windows XP , IIS 5.1 .
After opening several pages or pressing F5 file requests like
GET http://1.1.1.1:81/apps/Scripts/jquery.form.js HTTP/1.1
Accept: ...
0
votes
1answer
145 views
Plus sign in 3des encrypted url
I have a url that is created from a 3des function. The webserver should decrypt this url and grab the parameters it needs.
However, the decrypt function is failing due to a plus sign in the string, ...


