Deploy ASP MVC Project To Win7 System?

Mar 9, 2010

I am deploying my first ASP MVC project. The project runs just fine, I would like to take the next step and run this outside of my visual studio environment on my local IIS. I am running Windows7, Visual Studio 2008, and I have created a basic ASP MVC project. On my solution, I find the project I would like to deploy. I right click and select Publish. I have backed up C:inetpubwwwroot and would like to deploy there. I accept all defaults, and click the "Publish" button. The Output Build window shows 1 project failed.

Basically is says that it is unable to add any of the binaries to the site, copy files, create new directories. Access is denied. When I do click "Publish" at work, I don't get these errors. What do I have to do here to publish the website to make the website available to the rest of my home network? Also wwwroot appears to be readonly, but telling the folder to not be read only doesn't seem to help, it still appears to be readonly even after I've unselected this property in the property dialog.

There has been a suggestion that on Win7, you launch VS2008 as an Admin. While this does appear to work, I find it hard to believe that this is the "way" you do it.

View 2 Replies


Similar Messages:

Configuration :: Deploy Project Including DB In Local System

Jan 26, 2011

I have tried to deploy a project using Windows Installer Deployment. And Successfully installed it in computer. But it is unable to connect with the Database in my system. Earlier the same project worked from my Visual studio but it is not working after the deployment.

View 3 Replies

Installation :: Web Project Doesn't Run On Win7

Aug 26, 2010

i installed windows 7 and visual studio 2008 and sql server 2005 Now when I run my web projects, internet explorer opens but it says "internet explorer can not display the webpage", albeit when I put only "http://localhost" in browser it displays a page with iis picture.firefox didn't work when i had windows XP this problem never occurred.

View 10 Replies

Installation :: Moved To Win7 - Project Won't Run - Internet Explorer Cannot Display The Webpage

Jun 30, 2010

I just was issued a new PC that has Win7 (non-64 bit). We use SVN as our source control, and I pulled all the web projects down to the new machine. After configuring IIS, I compiled one project and ran. Almost immediately I get the error "Internet Explorer cannot display the webpage". I ran the diagnostics, and get the message "The remote device or resource won't accept the connection". Looking in the event viewer, nothing showed up. I had this running on a Vista Ultimate box, and even did a one to one compare of the settings between the two boxes, and things are the same, but obviously I've missed something. Any thoughts on what to investigate? How can I see a better message than the standard (already turned off Friendly Messages)?

View 3 Replies

Configuration :: How To Deploy Project And Web Services Project And Make Them Communicating

Mar 21, 2010

I have created 2 projects in a solution. One project contains Asp.net classes with login page and different other pages.

Another project contains a web service.

When I launch the solution(click F6 in visual studio 2008) the login page can access to the method of the webservice. Both projects are launched.

However when i added this 2 projects into IIS and deploy them (with create command) the login page cannot contact the method of the web service. Even though the web service is running because i can acces it manually. But they cannot communicate each other.

View 3 Replies

MVC :: Having Problem When Deploy Project On IIS

Mar 17, 2010

Problem is occur when i deploy a MVC project on IIS 5.0. 0n IIS I create a new virtual dicrectory with alias name is POS, when I run my site I have got directories without alias name like that "localhostScriptCommon.js" intead of "localhostPOSScriptCommon.js", so website can't get any javascript files and other files but the links to pages is ok.

View 2 Replies

Build And Deploy .net Mvc Project Using TFS Configuration?

Mar 28, 2010

I need to build and deploy my asp.net mvc project using TFS Configuration

View 1 Replies

Configuration :: Deploy Project In Client's Machine

Mar 20, 2011

I have developed a small website to be hosted in my client's office (intranet). This is my first website. I don't know how to deploy it.!! We can run it by copying and pasting the whole project folder in their server. But if we do like that they can modify the code whenever they need.

View 2 Replies

Deploy Project Which Use Crystal Report 2008

Sep 8, 2010

i have created asp.net web application which use Crystal report 2008. Now i want to publish this project. i have installed full version of Crystal report 2008 on server. And all works good. But my bosh does not want Full Crystal Report 2008 to be installed on server. now my question: what i can do?

View 1 Replies

Configuration :: Files Needed To Deploy Project?

Nov 29, 2010

what files are needed to deply a project?

View 1 Replies

DataSource Controls :: Deploy Database Project Under Different Schema?

Jan 7, 2010

I've created a Data Base project with some CLR functions and stored procedures.

I'd like to deploy the assembly under different schema then the default dbo.

Is it possible?

View 4 Replies

Installation :: How To Deploy Crystal Runtime Libraries With The Project

May 5, 2010

CRRedist2008_ia64.msi installs the crystal reports runtime dlls in the GAC.

However, I would like to install these dll in the bin directory of my .NET project and deploy. I copied all the Crystal Reports dlls which gets installed by CRRedist2008_ia64.msi in the GAC ino the in directory of the project and referenced these dlls in my project. However, I still get the following error message.

Is there a way to not install the runtime but copy the dlls manually?

Server Error in '/***_net' Application.

An error has occurred while attempting to load the Crystal Reports runtime.

Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.

install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required. [URL]

Description: An unhandled exception occurred during the execution of the current web request. review the stack trace for more information about the error and where it originated in the code.

Exception Details: CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: An error has occurred while attempting to load the Crystal Reports runtime.

Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.

install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required. [URL]

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

View 3 Replies

Visual Studio :: Modify - Debug And Deploy 1.1 Project In Vs 2010

Feb 28, 2011

i have a project that is developed in asp.net 1.1. But i have vs 2010 installed...can i modify,debug and deploy from vs 2010.

View 1 Replies

SQL Reporting :: When Deploy Project On UAT Machine (IIS) It Simply Refuses To Export?

Dec 9, 2010

I am using Visual Studio 2010 and therefore have RDLC 2010 so developed couple of reports but when I run the project within developer machine and tries to export in Excel it works fine. But when I deploy my project on UAT machine (IIS) it simply refuses to export with the following error"The file you are trying to open 'myreport[1].xls' is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file."then it ask do u want to open anyway...when you select YES then it comes simply blank.

View 1 Replies

Configuration :: Visual Studio Web Setup Project - Deploy Outside Of Web Root (wwwroot)?

Aug 2, 2010

It is possible to create a Visual Studio Web Setup Project that deploy my files outside wwwroot folder and set IIS virtual directory to this folder?

View 1 Replies

Project Won't Run After System Restore?

Feb 12, 2010

I just had some issues with my computer. I ran system restore a few times and it fixed the issues. The technician at the PC repair place said he didn't know what caused it but that it was most likely an issue with the registry. System restore seems to have fixed my pc because now it runs correctly.

This created an issue with a project that I was working on in VS 2008. When I started VS it gave me a message that it was configuring itself, because this was the first time it had been run. This makes sense with what the guy told me about running system restore.

The issue is that the project I was last working on has a bunch of errors now. It had none before the PC issue but it now has 24. They pertain to the aspx.cs and the aspx.designer.cs files. They all have the same basic error which is:

Error 1
Source file 'C:UsersxDocumentsVisual Studio 2008ProjectsWeb AppsMSDN 3 TierMSDN 3 TierCustomButtonsCustomButtons.aspx.cs' could not be opened ('Unspecified error ')
MSDN 3 Tier

View 5 Replies

Multiple System.Web.Extensions Assembly In Same Project?

Mar 18, 2010

I'm having trouble moving a website from one server to another. It seems to be a problem loading multiple versions of System.Web.Extensions. The code uses version 3.5 in most places but a third party control appears to be needing version 1.0.6. I didn't think this was possible but it appears to be working in it's current situation.

Is there a way I can use the GAC version of System.Web.Extensions for the site but import a dll of version 1.0.6 just for these controls?

View 1 Replies

Can't Create Webpages / Project System Components Not Installed

Feb 1, 2010

i have winxp sp3 I have been using windows Install cleanup on vs2008 because I couldnt load setup on vs2008.
Now I find I can run setup but I create create asp.net web pages . I click new webiste and get this error 'project system components not installed' on vs2008 this didnt do a thing i still have the same problem

* Go To : start | Run

Type the command mentioned below

* devenv /resetskippkgs

nope didnt work at all

before this happened i iuninstalled vs2008 express editions as I have vs2008 prof, I installed sql server 2008 express

View 2 Replies

Unable To Add Reference To System.Web In A Class Library Project

Mar 18, 2011

Does anyone know what could be the reason I am not able to add reference to System.Web. It gives an exclamation(!) symbol in front of the dll under reference folder in VS 1020. I wand to refer to System.Web.Security.MembershipProvider class.

View 1 Replies

ADO.NET :: System.Data.TypedTableBase Methods Not Accessible Outside That Project

Oct 20, 2010

Presently we have converted a project from vs 2005 to vs 2010,

we have using typed dataset as our business object in separate project

after converting that dataset to vs 2010 dataset, datatable is been changed to System.Data.TypedTableBase<dataRow>,

because of that all project getting error saying method/properties not found default method/properties provided by datatable like select,rows, columns.. etc. are not able to access outside that project, but can be accessed with in that project.

View 1 Replies

Can't Install IIS7 On Win7 64-bit

Aug 24, 2010

Using Win7 32-bit for 3 months and didn't have problem with developing any .NET-based applications including ASP.NET apps.

Just upgraded my laptop's RAM 3 days ago and switched to 64-bit version of Win7.

When I'm working on installing IIS7 and .NET Framework 3.5 SP1, there's an error about not all features were installed for some unknown reason.

When I try to register ASP.NET using aspnet_regiis -ir in c:WindowsMicrosft.NETFramework64v2.0.50727, a dialog box shows with this error message:

"Operation failed with 0x80070643" and after I close the dialog box, another error message on the console command shows with this message: "An error has occurred: 0x80004005 Unspecified error".

View 1 Replies

Web Forms :: Cannot Render Image In Win7

Feb 17, 2010

I have set an image control in a web page. The image show correctly in desgin time but just show an "x" in run time.

I am using vs2008 installed in Windows 7. The problem didn't found when I used the vs2008 in windows vista.

View 3 Replies

Security :: Add Certificate For NetworkService - Win7?

Jun 18, 2010

I need to add a cert. for the NetworkService account as this is what Identity of my App pool is set to, but I'm not sure how to go about doing that. Here's the steps, I take: Bring up the run command and submit "mmc"When the Management console appears I click on File > Add/Remove snap-in.Select Certificates and click AddSelect Service Account, click Next twice Then I'm presented with a bunch of Service Accounts. The ones that kind of resemble what I'm looking for are: Network Access Protection AgentNetwork ConnectionsNetwork List ServiceNetwork Location AwarenessNetwork Store Interface Service Out of the choices above, Network List Service would be my best guess.

View 1 Replies

Site Search Using Indexing Through IIS7 On A Win7 PC?

Apr 27, 2010

Developing a web site in .Net 4. Very close to being complete with most functionality, so I thought I would attack what seemed to be a tough one (something I have not done): site content search.

I've been digging around for an hour or so, and I'm a little perplexed. How do I perform content search on an ASP.net website?

A few things I'll throw out there before you answer with something I've already seen and cannot implement:

I am developing on a Win7x64 computer using VS2010 w/TFS.Site has been converted to .net 4, and is in C#.Will not have access to put site on Windows Server 2008 for another month, but would really like to implement search if at all possible beforehand.All that said, can I implement searching via indexing? I've looked at using Windows Search, but nothing looked like it worked right. This site will be served up on a Windows Web Server 2008. Do I need to somehow develop against a Server 2008 to implement search via indexing?

View 3 Replies

MVC Role Page Will Not Start On IIS7 On Win7 X64?

Nov 5, 2010

I try to run a Plain Vanilla ASP.NET MVC web site on my system under Azure, but the page does not start

I have been able to publish the same web page on Windows Vista Ultimate using IIS7.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved