Web Forms :: Make 2 Website Inside Folder And 2 Webconfig?

Jul 14, 2010

i try to make website inside folder and this folder it have webconfig file ex.

root/websit1 this a website

i will make another one inside the first one

root/website1/website2

and both it have webconfig file and site map. if remove webconfig from seconde websites is work fine but if i leave it show error this msg

[Code]....

View 5 Replies


Similar Messages:

Write To Access Database Inside The Website App_Data Folder?

Apr 20, 2010

An associate wants to store an Access database in the App_Data folder of a website that lives on a local server and write new data to it daily from Microsoft Access on a client computer on the local network.Internet users will access the Access data from the website.

Is it possibe to write to an Access database in the App_Data folder of a website that lives on a local server using Microsoft Access? And also connect and read with ASP.Net?The internet connection is "Read Only".

View 4 Replies

Configuration :: Make Credentials Secure In WebConfig?

Mar 22, 2011

[Code]....

i have a above connections string in which i use UserName: taha1_ID2, Password: taha321, and SQL Server DataBase Name:taha1_web2 How can we encrypt it in web.Config

Note: All the above are fake.

View 4 Replies

Security :: Webconfig - Website Not Working On Production Env

Oct 19, 2010

I have created the asp.net application and Hosted on Different Server(i.e Test,Development). its is an Intranet Application But When I tried to Host on Production the WebApplication dont work when I check the "Integerated Authentication" and when I check the "anonymous Access" i get null value for the HttpContext.Current.User.Identity.Name.ToString() returns null. and User.Identity.IsAuthenticated also return false. what changes do I have to make in IIS and Webconfig of my application so that it can run on ProductionSERVER

View 2 Replies

Web Forms :: Folder To Store WebControl, Without Actually Creating That Folder On Website

Dec 16, 2010

I want to create a folder to store some web controls, so the site structure doesn't have a zillion files in the root.

Except that if I create an ordinary folder, that folder is also visible on the web site. MSDN said you cannot put it in App_Code, and it doesn't really make sense to put it in other special folder like App_Data or App_Theme.

View 3 Replies

Write File Inside Website Folder "empty"

Jan 10, 2011

i am trying to write file inside my asp.net website folder. i dont get error and the file is also empty...

[Code]....

View 5 Replies

How To Access A Setting In Webconfig's Appsetting Section Inside A Custom Control's Attribute

Jan 26, 2010

I have a custom control that I declare like:

<hello:someControl id="asdf" />

Now I need to access a config setting in the web.config's appsetting and give access to it to the control.

I want to pass this value using the attribute.

How can I do this?

View 1 Replies

How To Rename Folder When Images Inside That Folder Are Displayed In The Same Page

Jan 29, 2011

I have a simple photo album. I have some catories in db and corresponding folders. For example, when user creates a category called "Asp Net" in db then a folder called "AspNet" is created. Then user can upload photo and all photos are displayed as thumbnail. No photo is saved in db, they are directly saved lets say AspNet folder. I just fetch filelist from intended folder and list them. However I want user to be able to update category name or delete it. To keep consistency, corresponding folder should be updated or deleted. But when I try it throws exception: Access to the path 'xxxxx" is denied.

View 1 Replies

Access A Namespace Inside App Code Folder From Another Folder

Sep 20, 2010

I have a class file stored in the app code folder. A certain page that I want to access is inside its own folder within the root and it is using the namespace within the class file in the app code folder. How do I tell the application where the file is? I'm sure I could put the code in a file inside my folder, but I'd rather not have duplicate code in two different files... unless there is a way to make a reference of some type.

View 1 Replies

Hudson Continuous Integration - Can Copy Contents Of A Folder To Another Folder Or Website

Feb 9, 2010

Im trying out the Hudson Continuous Integration. After the build is executed i want to copy the content of the ReleaseBuild to another website on the server.This should be possible i guess but i cant seem figure it out.I know this can be done in nAnt and msbuild but i need to make Hudson do it, eg plugin or something.

View 1 Replies

Forms Authentication - Make A Folder Publicly Available

Aug 2, 2010

I am using forms authentication in a MVC 2 project.

I have this in my web.config:

<authorization>
<deny users="?" />
</authorization>

I want the /Content folder to be available to users that haven't been authenticated yet. The login view uses the css in that folder, which should be available at login time.

View 2 Replies

Encrypt "WebConfig" On Website At The Internet ?

Jul 28, 2010

Who can I Encrypt "WebConfig" on my website at the Internet

View 2 Replies

Configuration :: Can Store Website Contents In A Folder That Is Located On Website

Apr 27, 2010

I need to have a copy of all my pages, bin fold, data folder, etc stored in a folder in the root of project called installation.

Once I have copied the contents of my web site into the installation folder how can I tell the complie/run process to ignore that folder ?

View 1 Replies

Sub-Website In IIS - Create A Virtual Directory Under The Website Folder?

Jan 20, 2011

I have a asp.net website in the IIS which is available on internet as www.xyz.com now I have been asked to prepare another website which will be accessed via www.xyz.com/abc.

For this, do I need to create a virtual directory under the website folder XYZ in IIS? or is there any other way to achieve this.

View 2 Replies

Web Forms :: Get Website Local Folder Directory?

Oct 6, 2010

upload files to my website, but I won't to save it to the same folder where my website is on any given server. I also want to read these files with code.How do I get the directory of the local folder in which my website files are?

View 1 Replies

Web Forms :: Lots Of Images Inside App_Themes Folder Makes VS Very Slow

Jan 30, 2010

On App_Theme folder I have lots of images, and when I open VS2008 it performs really slowly performance.

it takes about 10 minutes to open the solutopn, and when trying to view site on browser it takes more 10 minutes to view the first page. after that, it is OK.

View 3 Replies

Web Forms :: Putting Dlls On Website's Assembly Folder?

Oct 30, 2010

How can I put my own dlls on the web-site in the hosting assembly folder, if I hire an hosting space on some computers on the internet.

i.e : Using Plex, for Windows 7, Framework 3.5, ASP.NET.

View 5 Replies

How To Make A Folder Password Protected In IIS

Jun 24, 2010

I have a website that has anonymous authentication enabled. Now for a particular folder I want the users to be logged in with a userid and password. The user id and password is going to be same for everyone.

Eg user id is TEST and Password is answer. How can I do that?

I went in to that folder ->properties->directory security->edit-> And I disabled the anonymous access

But where should I add the User Id and Password? Under which option.

View 5 Replies

Make IIS Virtual Directory A Folder Again

Jun 29, 2011

I have web code that was trying to process a pdf file and it wasn't working - I was getting a path "is not a valid virtual path" error, so in IIS (O/S is Windows 2008 R2) I made the folder a virtual folder. That didn't work and I got it working in another way so I want to make that folder just a regular folder again and not a virtual directory.

Also, I don't understand the way in which I got it working. I had the site working on one server and not another, so I compared them. I realized where it was working I hadn't added an entry to the web.config file that I was trying to read. This is the config entry:

<add key="PdfFolder" value="wherever"/>and this is my code:

Code:
fileName = Server.MapPath(AppSettings("PdfFolder")) & "pdf\_FLYER.pdf"

The absence of the config file entry allowed the code to work. Its presence gave me the virtual directory error. So it's like Server.MapPath resolved to the correct place with a null argument.

View 11 Replies

Web Forms :: How To Retrieve .text Files From Other Website Folder Using Webclient

May 2, 2010

How to Retrieve .text files from other website folder using webclient

View 4 Replies

Web Forms :: Access Text File In Website Root Folder?

May 27, 2010

In Visual Studio I added a text file Example.txt to the root folder of my web site (where Default.aspx exists).

Later in C# code I reference this file :

string text = File.ReadAllText("~/Example.txt"); // also tried without the ~/

During runtime, both debug and non-debug, I get an error at this line of code:

C:Program Files (x86)Common FilesMicrosoft SharedDevServer10.0Example.txt'.

So, how should I reference this file?

View 2 Replies

Web Forms :: How To Make Website Resizable

Jan 19, 2011

my question is how do you make all the elemnts within your page automaticly resize when switching from one view to the other :

lets say the home page orintation is centered but when the view switches from a 22 inch screen to a 14 inch screen every elemnt seem out of order .g

View 3 Replies

Web Forms :: Make Announcement In Website?

Feb 16, 2011

Want to create a control to read the announcer.xml and render in a page.Can anyone suggest me the right method to implement this. basically want to update the .xml file and the page should display the announcments to the customers in the website.

View 3 Replies

Web Forms :: Make A Chain Marketing Website?

Jun 29, 2010

i want to make a chain marketing business website like ebiz or amway which can able to maintain the leg system & membership tree,e can any buddy give a good coding reference.

I want to use asp.net 3.5 as a front end & ms sql server 2005 as a back end.

View 3 Replies

Web Forms :: How To Make Use Of Request Form Value Throughout Website

Jun 25, 2013

im using this code to to pass the value from asp to aspx.

Response.Write(Request.Form("psno")) ,in the home not working in another page.

i want to write the "psno" in all the form in my application.

View 1 Replies







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