0
votes
0answers
6 views

View targetframework in amazonwebservice

I created a webapplication using MVC in dotnet.Now I have a requirement to host it in Amazon Webserivces(AWS). I created a login ID. How to view the target framework in AWS and also how to host my IIS ...
0
votes
1answer
33 views

How to set up shared `system.webServer` settings for all sites on an IIS server

I'm setting up a new webserver in our hosting environment. It's a new VM that will only ever be used by us, so I can do what I want with it (within reason). It's running IIS 7 on Windows 2008 R2, ...
2
votes
0answers
62 views

How can I determine the data source value to a connectionstring in sql server 2012 when using (LocalDb)\v11.0 in a workgroup and not a domain?

Environment: 64 bit Windows 8 Platform: Visual Studio 2012, SQL server 2012, IIS8 Language: C# I'm currently creating an asp.net web application using a tutorial from msdn. The site runs fine and ...
0
votes
1answer
54 views

Where are my Visual Studio programs/applications/websites hosted by default?

Where are my Visual Studio programs/applications/websites hosted by default (/during debugging)? I mean, when I run my project in studio or just do a right click and 'view in browser' on a page... ...
0
votes
1answer
86 views

Port forwarding web server port 80 - external traffic fails or directed to router page

I have IIS running and on my internal network it functions correctly. When trying to access it externally (either with direct IP or dyndns hostname) I always get redirected to my router log in page. ...
0
votes
0answers
80 views

Host asp.net site as HTTPS in IIS 7

I have developed and deployed ASP.Net site in IIS 7. It is working fine. Now my client is asking me to run the application using https only. So I decided to run the host under SSL. But i am new ...
0
votes
1answer
117 views

How to access two sites hosted on my IIS server with the same port?

I currently have 2 website hosted on my IIS 7 server. Both website shares the same port (80) with a different host name. Everything works great locally to access the two sites: 1 site: http:// ...
0
votes
0answers
40 views

Can I access an application that is hosted in the server localhost from published application

I have an asp.net mvc web application which is publish to the web using IIS, and i have another javabased application which i use to send email and sms from it. i have installed the jave-based ...
1
vote
0answers
79 views

Windows Server 2003 permissions that I can't troubleshoot to save my life

I had an old Windows 2000 server running in a closet on a DSL line. It was doing a small amount of web and mail and ftp for a couple of users. It was there for almost 10 years. It started to blue ...
1
vote
2answers
74 views

Hosting IIS site on local company Network

There are 3 people working on a project, one of which is working on a wcf service, is it possible for him to create an IIS site on his machine locally to host the service and allow the other members ...
0
votes
0answers
110 views

asp.net mvc 3 application with subdomain able to access main site but not subdomain

The application is built using this starter kit: https://github.com/yatendra/saasapp. When i run the application and go to localhost:1231 in my browser it works fine. After creating a new account ...
0
votes
2answers
333 views

How to host asp.net application using Window authentication using window servicing account

I am working into an organization which uses Active directory for any kind of application authentication. We recently created a web application on ASP.NET using Sql Server for database connectivity. ...
0
votes
1answer
150 views

How to change the WCF Service Url?

I have a WCF 3.0 service which has been configured with BasicHttpBinding and has been deployed and hosted in IIS. I can access my service using the below url: ...
0
votes
1answer
185 views

How can I host a website externally from home using public an ip address?

please help a newbie out I have installed windows server 2008 r2 and IIS at home, I also purchased a domain through godaddy.com I would like host a simple html file on this domain, my ISP provider is ...
0
votes
1answer
570 views

Issue hosting ASP.NET MVC 4 application using IIS 7.5 after creating virtual directory - Script files are not working

I have an ASP.NET MVC 4 application that I am trying to host in IIS 7.5. I tried creating a virtual directory using "Use Local IIS Web server" option in Project properties and have set the Anonymous ...
0
votes
1answer
109 views

Hosting Java Web Project on IIS [duplicate]

Possible Duplicate: Running a java web application in IIS I have a web project created and running fine on MyEclipse. Can I host this on IIS Server? If so, do I need to have any plug-in? ...
1
vote
1answer
3k views

Could not load assembly WebPages.Deployment version 2 at host?

I have a ASP.NET MVC 2 website (VS2010) that I have upgraded to ASP.NET MVC 3 (VS2012) and this works fin on local IIS7 but when publishing it I get this exception on host : Could not load file or ...
0
votes
0answers
137 views

ASP.NET MVC website hosted on shared drive

Is it possible to use a network drive to host an ASP.NET MVC website? I have site files for a small MVC site (that I know works when hosted on a local drive) sat in a network drive "W:\Web". I've ...
0
votes
3answers
245 views

redirecting from IIS to tomcat?

i have a hosting space in vps. where numerous domains are parked. my domain name is mywebsite.com it is present in c:\uname\mywebsite.com inside the folder there is default.aspx file. when I type in ...
0
votes
0answers
179 views

multi domains on single site in IIS7 [closed]

This is a simple question, I have 2 domains will bind to one web site hosting on IIS 7, windows server 2008 R2, but IIS allows only one hostname per site, how can I achieve that? Note: I don't have a ...
-1
votes
2answers
1k views

How to locally host a WCF service on IIS that will be available to clients over the internet, and configure SSL for it?

I have a C# WCF service and client that I wrote so that employees of a business can clock in/out from a client on a mobile device (for now, a netbook). This is tested and works well in development, ...
-1
votes
3answers
818 views

How to set IE as a default browser in IIS 6.1?

Am using the IIS 6.1 for host the Asp.net web site.If i browse the website in IIS it will open in the chrome.Now I need when I use the Browse in IIs I want the Website will Open in the Internet ...
0
votes
1answer
239 views

not able to access mywebsite in webbrowser

my website opens with xx.xxx.xxx.xxx IP address till friday it was working fine..after wards not able view the site in webbrowser...what could be the problem ? how can we solve it? My server with ...
6
votes
1answer
2k views

How to host my WCF service in my website?

I am new to WCF. I have developed a sample WCF service. My service uses the basicHttp binding. I host my service in local IIS 7.5 using WAS and it works fine. Now I want to host my service in my ...
7
votes
5answers
1k views

Get running session count from IIS for my hosted Asp.Net web site

I am hosting an Asp.Net website in IIS 6.0 We have to reset the session timeout in web.config My client want me to reset it only if no session is running (no one is using the site). We have not ...
-2
votes
3answers
1k views

Hosting a asp.net site in Localhost with IIS(or any ways) [closed]

I have developed a web application in asp.net using its MVC framework 2. I want to use it in my local machine(from browser). It worked fine while running from Visual studio 2010 (by pressing F5). ...
1
vote
1answer
531 views

Steps to Build and deploy a WCF Service on IIS using PowerShell scripting

Can some one please help me on the Steps to build and Deploy a WCF Service on IIS using the PowerShell Scripting. Regards, Harshal
0
votes
2answers
587 views

Error hosting asp.net application Can't load type

i have created a simple asp.net application which runs fine locally. I have uploaded the application to my website and ran through as error saying " It is an error to use a section registered ...
0
votes
2answers
96 views

error when uploading a aspx website

when i host my website on my local machine on IIS 7 my website runs correctly, but when i upload the website to my hosting space online the error: <sessionState mode="InProc" cookieless="false" ...
0
votes
4answers
307 views

How to create a subfolder from my domain that points to a certain page

I'm new to hosting, but the requirement is to create a url like: www.[sitename].com/somename The location of the requested page could be in root/[page].aspx That points to a page somewhere in the ...
-2
votes
1answer
435 views

Asp.net Website Hosting from Local Machine - Planning to go for my own asp.net server [closed]

I have been hosting asp.net websites from years now and so far i am not satisfied with shared asp.net web hosting and i cannot afford to buy dedicated plan, so finally i am deciding to do do all ...
1
vote
1answer
208 views

asp.net hosting/single domain/multiple application

we have an domain for example www.testdomain.com.I have created a web application with the name newapplication and hosted like below ie(www.testdomain.com/newapplication/default.aspx. its working ...
8
votes
4answers
4k views

Should I put my ASP.NET websites in the wwwroot folder?

I have a number of websites that run under IIS on a single machine. Should I put these websites inside of the C:\inetpub\wwwroot\ folder or inside the C:\inetpub\ folder? E.g. ...
0
votes
1answer
75 views

Do i have to declare Aspnet hosting permissions attribute to custom controls too

I developed a custom control with client capabilities that inherits from Checkboxlist class. Does this mean my custom control would have aspnet hosting permissions derived from the parent class or ...
4
votes
3answers
2k views

How to start a process from an IIS hosted WCF service?

I would like to run a process from an intranet client on the WCF service side. In my case a client asks a server to create a new process on the server's machine under the provided credentials. WCF ...
1
vote
0answers
210 views

Use System.Web.Hosting to host pages inside an ASP.Net application

I would like to know if it is possible to host pages inside of a directory in a currently running web application. I would like this functionality so that I can dynamically add pages/assemblies ...
0
votes
2answers
485 views

Installing WCF service on IIS using WIX

I have designed a WCF service, how do I install it to IIS on a server using WIX? Any clues where I can find step by step procedure?
0
votes
1answer
398 views

Dynamic IIS hosted WCF Service with TCP binding

I am using Dynamic IIS Hosting (http://blog.micic.ch/net/dynamic-iis-hosted-wcf-service) with http binding. How can I use tcpbinding with dynamic IIS hosting. Thanks
1
vote
1answer
109 views

Host wcf service

I can access my WCF service typing http://localhost:1592/TourService.svc/GetPoints in browser. However I can't access my service if I put my IP address instead "localhost". What should I do ...
3
votes
2answers
112 views

Silverlight Hosting Queries [closed]

Can we host an .xap in IIS? Can we have SL application without web project i.e. html and aspx pages? If yes, then how the silverlight application will be hosted and used?
0
votes
1answer
177 views

IIS hosted Wcf service with assemby resolution is possible?

Is it possible to load assemblies via assembly resolve event in iis hosted wcf service. I don't want load assemblies via GAC or bin folder. Is it possible? thanks.
1
vote
2answers
488 views

ASP.NET MVC and host problems

Hi, I have done the following : Start Visual Studio 2010 New Project > ASP.NET MVC Default ASP.NET MVC project generated by VS2010 Add a couple off simple buttons on the first page Start local IIS ...
2
votes
3answers
556 views

Integrating ASP.Net and ('classic') ASP in existing app

I'd like some advice about the best way to host an ASP.Net part of what is currently an ASP application. We have a large complex application written in ('classic') ASP. Part of it needs to be ...
0
votes
1answer
347 views

Is it possible to run ASP.NET in IIS 7.5 without creating Virtual Directories or Applications?

I have a Continuous Integration server with dozens of ASP.NET applications hosted on IIS. Everytime I want to deploy a new application, I have to create a new Website or virtual Directory and ...
2
votes
1answer
181 views

Why User Instances (also known as RANU) available with SQL Server Express Edition, are NOT RECOMMENDED for hosting environments?

Quoted from http://blogs.msdn.com: User Instances (also known as RANU) available with SQL Server Express Edition, are NOT RECOMMENDED for hosting environments. I have a server running Server ...
1
vote
2answers
2k views

WCF self hosting and IIS

Does WCF self hosting, still uses IIS or some Virtual Server based on IIS. Eg: After coding a very basic WCF host, it s possible to invoke an endpoint such as http://localhost:9090/foo.svc For ...
3
votes
1answer
352 views

Host Mac OS X package (.mpkg) or Bundle (.bundle) on IIS

long story short: I have an installer for Mac OS X in package format (.mpkg) and I need to host it in IIS so that people can download it, I can't use Apache, and IIS consider .mpkg or .bundle to be ...
0
votes
1answer
617 views

How do I run AJAX scripts locally on my machine using IIS(or any related technology)?

I want to run a few AJAX applications on my laptop, but not sure how to do it using IIS. Does anyone know?
0
votes
1answer
180 views

Asp.Net IIS hosting

I have an asp.net web application hosted iis on LAN. When i type in my local ip address in the URL box, i can access it. My question is, if i want to access it from outside the LAN, would i have to ...
2
votes
1answer
122 views

IIS host website

I have my asp.net web application in IIS, it works fine if I'm on my computer and type my ip-address/Default.aspx, But when i tried to access it on a diff computer, it doesn't work, it took me some ...

1 2