Configuration :: Deploying Web Applications With Sub Web Applications?

Apr 22, 2010

Our corporate intranet is designed so that each web application is a child application in the primary application.. Everything has worked fine with Visual Studio 2008 and even in 2010 running the website locally works great, the output directory for the child apps is ..in and the ProjectName.dll copies to that directory.. When I do a publish however it does not and I have to manually copy the dll from the bin folder in the project folder to the parent bin folder, this isn't hard of course but more of a pain in the butt each time I need to publish something. I made sure the output directory is correct for both debug and release yet on publish is just copies it to the child bin and not the parent bin as needed.

View 2 Replies


Similar Messages:

Configuration :: Deploying Multiple Web Applications To Same Site?

Oct 26, 2010

how to structure our intranet. The way it's going right now is, that I'll create a web application that usually contains just a single web page and then deploy it. I'm using the file system deployment to deploy to a test server.

The file structure on this test server is something like "\serverwebintranetwebapplicationsAPP_NAME". I would create a folder on the server with whatever name to replace "APP_NAME" and then deploy into that folder. Everything deploys fine and is structured fine, none of the pages will load.

When try to load the page you get an error like: Could not load type 'WebInterface._Default'. The dll containing that code is definitely there. Inside the "APP_NAME" folder is the bin folder, config file, and the (usually) single aspx page. So for some reason, the web page can't find the dll files.

View 6 Replies

Deploying MVC Applications To Staging And Production With SQL?

Jan 28, 2010

We have been a ColdFusion shop for 10 years, and are now switching over to ASP.net MVC. Our target framework is .net 4.0 BETA 2 using VS 2010 BETA 2. We set up two instances of Windows Server 2008 (staging and production), and will be using our existing database server (SQL Server 2008).

None of us really have much experience in ASP.net itself, though we are all very comfortable in C# and the MVC pattern. The coding itself isn't much of an issue; but the deployment process is. Our goal is to be able to have a CI setup that will automatically pull down, and test, our applications into staging on commit - then have the option to tag, then switch, the checkouts on our production sites when websites pass QA.

Some of the things I'm having issues with here is the concept of an ASP.net application and how it integrates into SVN. CF, like PHP or RoR, are all scripting languages and as such require no build process (checking out the source into production is very straightforward). But in this case, applications need to be compiled - which is where we start to have problems. Will we need to create another server (or use an existing one) that has some sort of application that pulls down code, compiles it, then somehow pushes it on the live servers? If so, what is considered the best way to accomplish this? I imagine if we end up using a build tool such as Nant, adding additional steps to migrate the database would be trivial, but what is the best way to accomplish this as well?

Another, slightly unrelated, problem is how our designers will work with our code. Most of them are on Macs, and using VS isn't much of an option. How will they be able to edit the aspx, css and image files easily? Our goal is to make this as transparent as possible to them.

We have done a lot of shopping around, and ASP.net MVC seems to be the best option as far as our familiarity with the language, and our current platform. We just need to figure out a good build process so everything is as transparent as possible.

View 2 Replies

Want To Know Names Of Web Servers Used For Deploying Web Applications?

Sep 21, 2010

I am new to asp.net.I want to know names of web servers used for deploying web applications in asp.net .some widely used web servers for making asp.net web sites.

View 3 Replies

Web Applications / Technical Limitations With Deploying Webserver?

Aug 30, 2010

I'll soon be managing a fleet of ASP.NET webservers...

What are the technical limitations with deploying an ASP.NET webserver? Can I just copy the file(s) over, restart the website, and I'm good to go?

Is this any different than what VS2010's "deploy" does?

Does it matter what "type" of project I have: a Web Site or a Web Application?

View 2 Replies

WCF / ASMX :: Building Services To Work With Web Applications And Console Applications?

Jun 7, 2010

I've been worked with web services so far, and I'm interested in expanding my services to console applications as well so I started digging up with WCF but I'm conserned that I won't be able to use the HttpContext collection that I've been used to do with web services one important thing which is to generate a random value from HttpContext.Current.Request.ServerVariables["ALL_HTTP"] that I need to reckon if it's the same or at least near what machine that is calling my service. How can I overcome this problem?

I need to know what machine is calling to count the number of attempts to login into my system for example. So must do it inside of the svc code otherwise if I let the client inform what ip address or what computer he is using, anyone could forge this argument and surpass by another machine. May be I'm approaching this matter wrongly. And I should count the number of attempts per state session, but how is it done?

View 1 Replies

Configuration :: Update Applications Using MSI?

Apr 21, 2010

I successfully created a web setup project (MSI) for my asp.net web app in Visual Studio 2008.

However I can't seem to use it to update my asp.net web app.

Even though I run msiexec with the "update" argument, the files are not updated.

Is there anyway I can update the files? Perhaps using ClickOnce?

View 1 Replies

Configuration :: Use 1 Web.config For Few Applications?

Jun 16, 2010

lets say I got 1 solution with 3-4 projects Can I tell them all to use 1 web.config and not copy connectionstring each time?

View 2 Replies

Configuration :: Single Domain Multiple Applications?

Feb 17, 2011

We are having a project which is for various online application systems for an educational institute. (Asp.Net 2.0 Web Site)

initially we developed all applications in single project with proper folder structure. but now we want to make each application as separate product.

all applications share single authentication(Obviusly this is single project) want to keep that way only.

I want to split project in smaller projects but want to keep shared authentication so how should i orgnise this project in IDE.

Also i need guidence on hosting such project

i should make small projects within single solution file. and at the time of publish amke single virtual directory to host the root project(login.aspx etc) and in subdirectories i should host other projects. so this way SSO(single sign on) across applications is possible ..

View 2 Replies

Configuration :: Want To Host Two Web Applications In Single Application Domain?

Aug 30, 2010

to host two web applications in single application domain? For example two web applications web1 and web2 being hosted in single application domain.

View 3 Replies

Configuration :: Show Web Applications Build Version Information?

Jan 20, 2010

I would like to make the build information for the running web application but I dont know where I set or configure this nor do I know how to retrieve this information.

In a project you may set the build information in the file AssemblyInfo.cs under the projects Properties folder. Here is a snippet of the AssemblyInfo.cs file:

[Code]....

But there is no such file for an web application project, so I have to get this information from one of the compiled DLLs that is in the same assembly as my web application then? Or how is this done?

The reason I want this information is because my customer would like to have a webpage within the web application where he could see the current version. This is also nice to have when testing and debugging etc.

View 5 Replies

Configuration :: Isolate A Parent Application From The Child Applications?

Sep 3, 2010

I have a parent application and several child applications in .NET 3.5. The parent application is a CMS custom app that needs to be isoalted from the child apps. THe URLs that we use to access the apps are:

[URL]

The root application on http://myserver is the cms application that needs to be isolated entirely from the other applications. Is this possible in ASP.NET and how do I go about doing it? Right now when I run sub_app1, I get a DLL binding error for a DLL that is only used in the root application.

View 1 Replies

Visual Studio :: Data Source Configuration Wizard Not Showing In 2008 Web Applications

Oct 26, 2010

When I use VS2008 to create a new form application, I am able to go to the Data menu select "Show Data Sources" then the "Data Sources" window appears. Then I am able to "Add New Data Source" and so on. But when I create a new Web Application. I can not do that. Am I not able to create a Data Source on web applications?

View 1 Replies

Configuration :: Can't Get Older Server 2003 Web Applications To Run On Server 2008

Jun 25, 2010

I'm a total noob to anything ASP. I'm a web designer for my county's sheriff dept. and I don't create dynamic pages because out content doesn't require it. In fact, I'm still quite new to web design. The programmer who created the apps has zero experience with IIS7. These apps are designed to run on our organization's intranet server. I'm not having any luck with getting these sites to run properly. I have the sites created with the proper directories. When I click in the right-hand column of IIS Manager to browse to the sites, they launches but don't function as they should. They load up like static pages. I installed .Net 1.1 hoping that would make a difference but it had no effect.

View 4 Replies

Configuration :: Deploying Web Application - Not Working After Deploying?

May 4, 2010

I am using XAMPP to publish my a .net application. The server is working fine. I created a sample login.aspx file, and it works fine. I deleted the sample login file, and I build and copy all the files to the XAMPP directory. When I tried to acces the page, it gave an error message "Access forbidden! You don't have permission to access the requested object. It is either read-protected or not readable by the server. If you think this is a server error, contact the

View 8 Replies

How To Use XML In Web Applications

Jan 4, 2010

Am i right in thinking that the greatest use of XML is for web services ? are there any other major benefits of using XML within web applications ?

View 7 Replies

Looking For .NET Applications

Mar 22, 2011

I am looking for ASP.NET applications that I can deploy to my local server. suggest a link for open source .NET applications or any book?

View 1 Replies

CMS For .Net Web Applications?

Mar 23, 2010

i am working on a web application that now requires a CMS.

Could you suggest me a product that grant integration with my existing application.

The latter is implemented using .Net framework 3.5 Linq to sql and SQL Server 2008

I may consider even not open source product (affordable price)

i want to create a Master page and allow the application's users to modify the content.

Ideally give them the ability to add controls such as image sliders (but this is not the main scope)

Main objective is the ability to modify the content usually text. Bu more is always better.

View 6 Replies

Way To Manage DLL In Applications

Oct 6, 2010

HiMy web site uses 2 unmanaged DLLs (gsl.dll, cblas.dll). I put these dll's in the bin folder along with some other managed dll's. On my development system everything is fine when using the built-in dev server in Visual Studio 2010. However, when I run the site through my dev system's IIS instead of the Visual Studio server I get the following error:'C:<absolute path to bin folder>ingsl.dll': Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

View 8 Replies

Icon For Web Applications?

May 7, 2010

I'm looking for nice icons for my webapplications. Some of these applications are commercial applications. I want to polish them up by using nice looking icons, but where do I find specific icons/grafics?Does anybody know a icon shop, that allows me to buy single icons for commercial use?

View 7 Replies

Deleting Old Applications

Feb 2, 2010

After some trial and error I'm stuck with some applications in my database. I tried to delete them, but wound up with error about referential integrity. Is there any way to delete all of this?

View 2 Replies

How To Configure .net Web Applications

May 19, 2010

Number of records used in pagination & other UI parametersCache duration for web-pages & timeouts Route maps & site structureThere are many approaches to store all this information also:AppSettings (web.config)Custom sections (web.config)External xml/text files referred from web.configInternal static class(es) of constants Database table(s) ...

View 1 Replies

Want To Develop Web Applications Using C#?

Oct 19, 2010

If I want to develop web applications using ASP.NET and C#, then do I really need to learn Silverlight?!

View 2 Replies

Passing IDs Between Web Applications?

Jul 14, 2010

We have several web applications that create a shopping cart, save it to a database, then redirect to a centralized web application to process and accept payment for the shopping cart. Right now, we are using GUIDs for the shopping cart IDs and passing those GUIDs in the querystring to the payment application. We are using GUIDs so that a user cannot easily guess the shopping cart ID of another user and simply plug that ID into the URL.

Now, using GUIDs in the database is bad for indexing and using GUIDs in the URL does not truly prevent a user from accessing another cart. However, using passing integers around would make it too easy.

What is the best and most secure way to pass the IDs from the individual applications to the centralized payment application?

I know that some people may say, "Who cares if someone else wants to pay for someone else's shopping cart?" However, we have the same concern when passing IDs to the page that displays the receipt and that page includes the customer's name.

View 4 Replies

Using 'Lock' In Web Applications?

Nov 30, 2010

A few months ago I was interviewing for a job inside the company I am currently in, I dont have a strong web development background, but one of the questions he posed to me was how could you improve this block of code.I dont remember the code block perfectly but to sum it up it was a web hit counter, and he used lock on the hitcounter.

lock(HitCounter)
{
// Bla...
}
However after some discussion he said, lock is good but never use it in web applications!What is the basis behind his statement? Why shouldnt I use lock in web applications?

View 6 Replies







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