Configuration :: Use To Copy/publish Websites To Web Server Is Not Allowing Us Access To Push Websites?

Oct 15, 2010

the account we use to copy/publish websites to our web server is not allowing us access to push websites. I've added this account to the permissions in the links listed in the below link, but i don't have success when trying to push remotely. When the account is in the local admins account, everything works flawlessly, but we are not allowed to have it in there. http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/31be047e-4716-4974-b8a1-be0111b50199 I've googled and searched a lot for this particular error, but am not finding an answer that helps. We get this error, 'Unable to create the Web 'http://edea01/test/planning'. You are not authorized to perform the current operation', and the above link is the scenario that matches mine the most. I don't do develompment work, but am asked to figure out this connection problem.

View 3 Replies


Similar Messages:

Configuration :: Access Websites From Particular IP?

Oct 5, 2010

i ve deployed a site, i want to give access only to particular IPs (192.168.0.12 to 192.168.0.80). If a request is coming from particular IPs then site should open otherwise a authentication message shown to other users. How can we achieve this?

View 3 Replies

Can't View Visual Web Developer Websites When Copy To Web Server / Error 404 Not Found

Jun 30, 2010

As far as I can work out I should be able to copy a web project/application to my IIS Web server and be able to see it as I do when designing it on my development computer.

The problem is once I copy the folder over to my web server and then try to view it the browser it says Error 404 not found. There must be a real simple fix for this. I would like to be able to develop ASP.NET sites using the Visual Web Developer instead of Dreamweaver but this little issue is stopping me.

View 1 Replies

IIS Configuration :: Use MONO PHP Server To Host Websites

May 7, 2015

Need to execute .aspx page & .vb code from PHP server.

Therefore i have downloaded MONO for windows from link: [URL] .... And installed as per the guidelines provided on website: [URL] .... Now, how should i use it on PHP Server .....?

View 1 Replies

Configuration :: Combine Two Websites Into One?

Jul 27, 2010

i am new in asp.net i dont know to how to combine two asp.net web site into one like domain and subdomain concept. i know the procedure to host one web application in local iis. how to combine two application and how to host in local iis i.e) single url as domain(one web application) and subdomain(another web application).

The url should be like these:

http://localhost/firstapplication/

http://localhost/secondapplication.firstapplication/

View 3 Replies

Configuration :: Use The Same Web.config For Different Websites?

Nov 10, 2010

How can use the same web.config for different websites?

View 2 Replies

Configuration :: Cant Run Websites After Installed The VS 2010?

Jan 19, 2011

After i Installed the VS 2010. I ran into problems running the asp.net 2.0 websites.

I visited the fixes page to read about the IIS metabase. the problem is - aspnet_regiis of framework .net 2.0 doen't work any more. Also all the websites / virtual directories configured in IIS 5.x on Windows XP to use the asp.net 2.0 framework don't work.

So i downloaded the Metaacl.vbs to check the settings of IIS metabase on my PC.

The permissions assigned to Admin user and the Service user account seems to be alright. No i am confused as to what is the exact cause of -

1) The websites targeting Framework 2.0 are not working any more

2) Why is the aspnet_regiis corrupt and gives the error - "The application failed to initialize properly" Is it a known compatibility issue for VS 2008 and VS 2010. Can we or Can we not have both of them installed parallely?

View 2 Replies

Configuration :: How To Create One Web.config For Multiple Websites

Jun 4, 2010

I have 3 web.configs and 1 web project. I compile it once, and when deploy it, all I do is copy the correct web.config to the correct directory.

This is too complicate to maintain, when I have web.config change I must change all the three.

So, what I want is to keep only one web.config file, for all three websites.

In order of doing so, I have created a new settings.xml file, and I wish to read everything from there instead of te web.config file.

to my questions:

1. I need to remove ConnectionString from web.config to the settings.xml file. How do I change the providers connection string programatically?

[Code]....

Seems like moving the connection string to a different file might be a difficult task:)

2. How programatically can I do what I did on the web.config easily:

[Code]....

View 6 Replies

Configuration :: Set Up Multiple Websites In Godaddy's 4G Hosting?

Mar 23, 2011

I just upgraded to windows 4G hosting from old windows hosting on Godaddy. I have hosted multiple websites on this hosting account. The primary domain website [URL] is working fine after the upgrade but all other sites hosted in same account report some errors.

The structure is like this:

Root: inHouseRecipes.com
Root/s/Website1
Root/s/Website2

I have checked that the websites in subfolders are set up as an application in IIS 7. Also, the web.config of parent (root) website has the following

<location
path="."
inheritInChildApplications="false"
>

tag to stop other child web.config to inherit anything from parent.

I use asp.net to code my websites. Before 4G upgrade everything used to work like a charm.
Has anybody else also experiences the same issues? If yes, what are the changes that we need to make to support multiple web sites in same 4G hosting account?

View 5 Replies

Configuration :: VS 2008 Multiple Websites Referencing The Same Files?

Nov 24, 2010

I would like to have several websites that use the same styles, scripts, and App_GlobalResources. What would be the best way to structure my websites (web applications) to use the same files? I also need to share user controls with code behind.

View 6 Replies

Configuration :: How To Convert Websites Created In VS 2005 & 2008 To VS 2010 Sites

Sep 2, 2010

I have numerous web sites created over the years. Some were created using FrontPage with aspx pages added that were created in VS 2003 or VS 2005. Others were web sites that were actually created with VS 2005 or 2008. All these older sites reside in the C:Inetpubwwwroot folder of my present development computer, with only the .sln and the .suo files residing in the project folder. All of the sites have counterparts on the Internet.I am about to build a new computer and would prefer to only install VS 2010 on it. When Previously building new computers, I installed VS 2005 and VS 2008 so that I could administer

View 2 Replies

Web Forms :: Have A Few Websites That Should Access A Central Location (folder) On A Different Domain That Stores Pics?/

Oct 21, 2010

I have a few websites that should access a central location (folder) on a different domain that stores pics. In previous version of this system I stored each pics folder under the same domain and I could access the files with FileInfo

Dim fi As FileInfo = New FileInfo(MapPath(img.ImageUrl))
How can I ger the file info for a file in a different domain ?

View 9 Replies

Visual Studio :: No Default 'create/open' Access To 'WebSites' From The VS2010 Start Page?

Jan 4, 2010

Why is there no default 'create/open' access to 'WebSites' from the VS2010 start page?

Background:I've succesfully been developing ASP.NET web applications (via WebSite method ((((Not WebProjects)))), using VisualWebDeveloper) for roughly 3 years. Personally, I prefer the WebSite method or strategy due to the decrease in both size and complexity (the web applications I build are generally for around 50-100 simultaneous users logging in and out and constantly manipulating data). I will continue bulding my sites via the 'Website' method provided VS2010 doesn't begin it's deprecation.The root of this question (which boiled into this post) came from perusing this article and this video tutorial. It's a shame to see functionality that brings with it an overall ease of use and increase in production capacity by decreasing both size and complexity of web application development... downplayed.

If the Visual Studio 2010 Development Team left this functionality out for a reason, I would very much like to know. So that I know what is going to be "sponsored by Microsoft" in a couple of years and I don't waste another second considering using the 'WebSite method' as a viable solution (as I know that I can't stick with vs2008 while rest the development community gets to evolve with the innovations implemented within vs2010)... WebSite method or the WebProjects method.

View 4 Replies

Handle Server Downtime For Several Websites?

Nov 2, 2010

My company is planning on having some planned down time, because of some server migrations. Their are about 20 different web applications (internet, and intranet). Any of which can go down at any one time because of the server migration of applications.

So, does anyone know if their is a way to provide a generic message to users if a particular application is down? Like a popup message box, or generic page for that particular application? The idea is to not write 20 different popups or 20 different Fyi-Web pages. But one single page or popup informing that the application is down.

View 2 Replies

Configuration :: How To Copy Website Or Publish Via WebDAV

Oct 18, 2010

Has anyone found a way to publish or "Copy Web Site" when using webDAV?

View 2 Replies

MS SQL Server Take More Resources Than PHP And MySQL / Good Choice For Small-medium Websites?

Apr 3, 2011

I am wondering if ASP.NET is a good choice to build small such as personal websites, blogs, photo gallery to medium websites such as online booking, medium sort of facebook!, etc?I have heard that ASP.NET and MS SQL Server take more resources than PHP and MySQL which means it could be only good for rich people who are able to pay for these resources!

View 12 Replies

Web Forms :: How To Create Utility To Show Server Load Status For Websites

Mar 17, 2010

I am using Dot net 2.0 and i have to create some utility in dot net .In this case i have a server which manage multiple websites.now i have to find out the status of all websites pages.like End task of window . these utility should show the memory uasages of each page hit so that we can find out right load of the sites on server.

View 2 Replies

Configuration :: Push Message From IIS Server Automatically?

Jul 14, 2010

I am doing R & D in Generate multiple Pdf files in SSRS. Yes I have done this but i have some drawback in them. If user can trigger this process and they can continue their work in application. Acutally I need to do it when generating Pdf process is compleleted, I have to intimate to the user to this process is getting completed. I heard, there is a way in IIS Server to get the Message automatically from the IIS server. When my Process is getting finiched , i need to show the message to user.even though user who can stay in some other page.

View 2 Replies

Configuration :: What Is The Difference Between Copy Website And Publish Website

Nov 17, 2010

What is the differenc between Copy Web Site and Publish Web Site? What are the advantages/disadvantages of each method?

View 6 Replies

Consolidate Several Websites Into One?

Apr 20, 2010

I will consolidate several web sites into one. I have a brief design in mind. Top row: banner sencon row (main menu): home, Applications (drop down-accounting, employeement, sports etc), Your Account In 3rd big row, at left side, there will be links (or just menu listed down) In the middle, there will be contents displayed related to top and left menu. for example, If a user selects application->Sports from 2nd row, then there will be links of Tennis, Golf, Volley ball appeared in the left. if the user click 'Golf' then the center page will display contents related to golf. I am not sure it will work with multiple sitemaps or database driven menu structure etc. How can I do that? Is it a good design?

View 3 Replies

Websites Look Different In Different Browsers?

Oct 29, 2010

I get different outputs in different browsers.

[code]....

View 1 Replies

How To Use C# For Building Websites

Oct 23, 2010

I'm wondering if I should learn everything in C# like what WPF and Win Forms should learn to be excellent web developer or is there specifc C# for the web?

View 3 Replies

How To Speed Up Websites

Apr 15, 2010

im developing some backends in ASP.NET 2.0 and i have put all the images in Cache, GZIPED my CSS, JS files and everything to speedup the load of each options.

the performance its good and i have no problems with the clients but i want "MORE" fast loads and im looking for some recomendations.

Is important to mention that those websites are using only in intranets so im thinking to implement my next projects using IFRAME for content that way (i think) the options will be loading faster because they not have to load the entire site.

EDIT:

im not using viewstates i wrote HTML (code behing) generated controls and use as less as possible ASP.NET Rich controls, all my static contents are in Static vars (Header, Menu, Footer) but im just looking for speed up a litter more.

After compile my website i compress all the HTML, CSS, JS and use less of those files as possible.

but i was seeying others Backend that loads faster than my and the difference is the IFrame control that they use (i think), we check code, design, etc and we use the same (they use #INCLUDES for static HTML instead STATIC VARS with the HTML)

View 5 Replies

Configuration :: Publish Website For Iis7 - Can't Access Through The Web Browser

Aug 24, 2010

I have installed sql server 2008 and visual studio 2010 on my local machine. I have developed a website on visual studio that is connected with the database.Now i would like to run this website on iis 7 (installed on the same machine). I tried to publish this website (i went on build -> publish website) and everything went ok(I also checked the mark as iis application on destination option). The problem is that i can't access the website through the web browser (http://localhost/....).

View 3 Replies

Designing Websites Graphically?

Jun 21, 2010

I am still pretty unkskilled with web design and since I am still learning xml/html/asp.net I wanted to pose the following question: I would like to design a site that will need to be graphically well designed and user friendly. Would it be easier to continue learning asp/xml or find a software package that can do most of the hard scripting for me and just have me select and alter; like frontpage or something better?

View 6 Replies







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