Hello everyone,
I am using VSTS 2008 + C# + .Net 3.5 + IIS 7.0 + ASP.Net. I have two IIS web site, site A and site B. When user request url http://sitea/abc.aspx, my ASP.Net code handler will authenticate user (using Forms authentication), and if authenticaiton passed, I will redirect user to http://siteb/bcd.aspx.
My current issue is,...
When setting up a SharePoint farm, is it technically possible to use the following URL structure?
http://myfarm/webapp1
http://myfarm/webapp2
http://myfarm/webapp3
etc.
where each URL points to a different web application on the same farm/server.
...
I have a few ASP pages. One of them is using Server.Transfer to load another ASP page. But the page does not get called. If I change it to Response.Redirect, it is working fine. Can anyone help me?
By the way, it is working fine on IIS 6 on Windows Server 2003. It only has problem when I moved to IIS 7 on Windows Server 2008.
Thanks
...
I am getting the following error while deploying the web application
Server Error in '/FormRelease' Application.
--------------------------------------------------------------------------------
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the de...
I am trying to deploy a website; i have copy pasted the code into the webapps\wwwroot folder by creating a folder
Then when taking inetmgr ;
i am cannot see any of the folder in the folder structure to right click and create a applciation
Please help me
...
I have deployed a website in my server, how i know which what my server IP is ?
if i know my server ip , i could access my website from outside
...
Hi there,
I'm having a problem where i want to get the users windows login information sent to IIS then from there sent to a WCF service hosted in a console application and then that service uses the credentials to go to a database and retrieve results.
i'm looking for an example on the web that does EXACTLY this but for the life of me...
We're experiencing errors when someone tries to send an email using non-English characters (á é ñ). Is there a specific configuration that needs to be made on the SMTP server or in code?
This is the error that we're getting:
System.FormatException: The specified string is not in the form required for an e-mail address.
at System.Net...
What protocol does IIS use to stream an AVI file to an embedded Windows Media Player? HTTP? RTSP? MMS?
Does it even use streaming at all? I know Windows Media Services is supposed to help stream more efficiently which leads me to wonder if a plain-jane install of IIS even uses streaming at all. This person's answer only furthers that ...
We need to setup an FTPS server using IIS to allow a client to pull files down from us. Our data center requires that all files be encrypted on disk and decrypted on the fly by our server before returning the file to the client. We've done similar things in the past for HTTPS by creating an HTTP Handler and doing the decryption in a cust...
I recently had this issue with a client. The code read:
ini_set( "sendmail_from", "noreply@<current-domain>.com" );
// $target_email has been validated as a value username.
// $subject is a simple String.
// $message is an HTML message.
mail( $target_email, $subject, $message );
When I tested this on my machine, it worked fine. Whe...
I am trying to use port 80 for my application server, but when I perform "netstat -aon" I get
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4
When I look up the process in task manager, it shows PID 4 is SYSTEM, thats it, not extension... nothing, just "SYSTEM". Whats going on here?
I'm afraid to end this process, what do I do?
UPDATE:
I've ...
Hi there,
I have a problem where I am connecting to a WCF service from ISS and it's passing in the IIS application pool credentials instead of my windows credential. When i run the website locally by hitting F5 in VS it passes in my windows credentials which is what i want.
My website is setup to use Windows Authentication and anonymou...
I have an existing ASP.NET website with some custom routing, within a Solution that also contains Business Logic projects.
I want to create a new project within the Solution, which is an ASP.NET MVC website.
This website will also call the Business logic, and the ultimate aim is to port most of the code from ASP.NET to ASP.NET MVC.
Bu...
Hi all,
I'm going to reset IIS through a batch file. Using iisreset utility, as the batch file will be used by others who may log in the domain without the administrator account of the target server. How can I make the batch script running with proper permission? Thanks in advance!
And I also don't want to prompt the user to type in us...
What is the easiest way to deploy an ASP.NET application with SSL support (and no client SSL errors/warnings)? Do I need to buy a certificate? Do I need to change anything within my ASP.NET application or is everything solely done via IIS? Any tutorials?
...
When I used to use IIS 6 (or so) I'd often make a virtual directory on my local dev machine that pointed to the production assets/content directory(s). That way I could see all the most up to date content off production, without having to FTP it down from the production server.
Now I'm trying to do it in IIS 7 and can't see it.
Does an...
Having some issues running my code local.
I have host file setup like this:
127.0.0.1 ryan.local.myappname.com
if I ping that URL it kicks back from 127...
but if I browse there in firefox or IE it takes me to an old version of the site that is currently live instead of taking me to the local one...
I am running Windows 7
An...
Right now, my site is served by a single server, but I anticipate the need to increase my server capacity, soon. Instead of splitting my websites up among multiple servers and having to manage sessions across servers, I want to have multiple web servers all with the same code base on them and use router based round robin load sharing to ...
I have an ASP.net app which needs to save files to a network share(samba).
The share requires a username and password to connect.
I have mapped a persistant drive to the share and provided the login credentials whilst logged in to the server as DOMAIN\WEBUSER.
I have changed the virtual directory which hosts my app to use the DOMAIN\W...