473,480 Members | 1,805 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

My Internet provider does not want to create a virtual directory

Hello,

I need to implement form based authentication in my WebForm application.
When I deployed it I have received the following the error:

=========
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.
Parser Error Message: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This error
can be caused by a virtual directory not being configured as an application
in IIS.
=========

The problem is that my Internet provider (Look Communication -
http://www.look.ca/e/index.html) is not able to create a virtual directory
for my application. I had requested it for the codebehind feature, but they
answered that they could not do this because of security reasons (?). I had
to copy and past all code from codebehind files to a <script> section of
each page manually!

Now it turned out I can't use Form authentication! It's too much! If they do
not support .NET why they claim they do!

Anyway is there any workaround to use Form authentication without a virtual
directory. I just need files from one folder to be authenticated.

Thanks for any help,

And remember - NEVER USE LOOK.CA for .NET development!

Leszek Taratuta
Nov 18 '05 #1
4 1380
May want to check out Brinkster.com. They are really good. Fantastic
customer support.

Harry Simpson
MCSD

"Leszek" <ta******@5thbusiness.com> wrote in message
news:uD**************@TK2MSFTNGP12.phx.gbl...
Hello,

I need to implement form based authentication in my WebForm application.
When I deployed it I have received the following the error:

=========
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details
below and modify your configuration file appropriately.
Parser Error Message: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
=========

The problem is that my Internet provider (Look Communication -
http://www.look.ca/e/index.html) is not able to create a virtual directory
for my application. I had requested it for the codebehind feature, but they answered that they could not do this because of security reasons (?). I had to copy and past all code from codebehind files to a <script> section of
each page manually!

Now it turned out I can't use Form authentication! It's too much! If they do not support .NET why they claim they do!

Anyway is there any workaround to use Form authentication without a virtual directory. I just need files from one folder to be authenticated.

Thanks for any help,

And remember - NEVER USE LOOK.CA for .NET development!

Leszek Taratuta

Nov 18 '05 #2
I wish to do this, but I am developing the application for a client who is
not willing to change their Internet provider :-(

Leszek

"Harry Simpson" <hs*******@nospamphgt.net> wrote in message
news:u0**************@TK2MSFTNGP10.phx.gbl...
May want to check out Brinkster.com. They are really good. Fantastic
customer support.

Harry Simpson
MCSD

"Leszek" <ta******@5thbusiness.com> wrote in message
news:uD**************@TK2MSFTNGP12.phx.gbl...
Hello,

I need to implement form based authentication in my WebForm application.
When I deployed it I have received the following the error:

=========
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This

error
can be caused by a virtual directory not being configured as an

application
in IIS.
=========

The problem is that my Internet provider (Look Communication -
http://www.look.ca/e/index.html) is not able to create a virtual directory for my application. I had requested it for the codebehind feature, but

they
answered that they could not do this because of security reasons (?). I

had
to copy and past all code from codebehind files to a <script> section of
each page manually!

Now it turned out I can't use Form authentication! It's too much! If

they do
not support .NET why they claim they do!

Anyway is there any workaround to use Form authentication without a

virtual
directory. I just need files from one folder to be authenticated.

Thanks for any help,

And remember - NEVER USE LOOK.CA for .NET development!

Leszek Taratuta


Nov 18 '05 #3
I think you might want to explain to your client that their ISP does not
know what they are doing, and for me this would be a very serious concern
indeed. In the meantime, ask them to elaborate on exactly what they mean by
"could not do this because of security reasons (?)."

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
----------------------------------------------

"Leszek" <ta******@5thbusiness.com> wrote in message
news:OK**************@tk2msftngp13.phx.gbl...
I wish to do this, but I am developing the application for a client who is
not willing to change their Internet provider :-(

Leszek

"Harry Simpson" <hs*******@nospamphgt.net> wrote in message
news:u0**************@TK2MSFTNGP10.phx.gbl...
May want to check out Brinkster.com. They are really good. Fantastic
customer support.

Harry Simpson
MCSD

"Leszek" <ta******@5thbusiness.com> wrote in message
news:uD**************@TK2MSFTNGP12.phx.gbl...
Hello,

I need to implement form based authentication in my WebForm application. When I deployed it I have received the following the error:

=========
Configuration Error
Description: An error occurred during the processing of a configuration
file
required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This

error
can be caused by a virtual directory not being configured as an

application
in IIS.
=========

The problem is that my Internet provider (Look Communication -
http://www.look.ca/e/index.html) is not able to create a virtual directory for my application. I had requested it for the codebehind feature, but

they
answered that they could not do this because of security reasons (?).
I had
to copy and past all code from codebehind files to a <script> section

of each page manually!

Now it turned out I can't use Form authentication! It's too much! If

they
do
not support .NET why they claim they do!

Anyway is there any workaround to use Form authentication without a

virtual
directory. I just need files from one folder to be authenticated.

Thanks for any help,

And remember - NEVER USE LOOK.CA for .NET development!

Leszek Taratuta



Nov 18 '05 #4
Hi Leszek,

Firstly I want to thank Harry and John for their great help in this issue.

Based on my research and experience, we need a virtual directory for this
issue. Thank you for your understanding. If the ISP cannot create a new
virtual directory for you, is it possible for your ISP to provide an
existed virtual directory?

I hope it helps.

Best regards,

Jacob Yang
Microsoft Online Partner Support
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
13335
by: Zenobia | last post by:
I copy an application to wwwroot: wwwroot +--- myApp +--- common | +--- images | default.asp global.asa
5
11002
by: David Webb | last post by:
The problem started when the Working Folder for a project was somehow set to the folder of another project. I set the correct working folder in VSS and deleted the .vbproj files that had been...
1
1555
by: J | last post by:
Hi group, We're developing a hosted application that will be used by hundreds of client companies, each with its own database. Our first release of this product separated each customer into its...
1
1292
by: Dave | last post by:
Hi all, I was wondering if anyone has successfully copied a project from their local webserver to an Internet webserver via frontpage extensions. I can copy to my heart's content on a local LAN...
5
1052
by: lanem | last post by:
I know that I can use Active Directory as the provider for membership on an asp.net 2.0 site. I also know that I can use sql server as the provider. Can I use a combination of the 2 somehow? I...
1
8479
by: Dave | last post by:
I am getting te following error in a ASP.Net app that is running on Win XP Pro (SP2): Server cannot access application directory 'C:\Documents and Settings\dave\My Documents\My Visual Studio...
1
1493
by: Ibrahim | last post by:
I have made an Aplication use VPP and make deploy for it on IIS on windows 2003 Server 1- built the web Application with Asp.net2 2- Implement the Virtual path provider (Virtual path , virtual...
0
2096
by: Atul Thombre | last post by:
Hello, I am developing a custom membership provider. For that I built a prototype that uses a SQL Server 2005 database as a backend store. I implemented the class...
0
1568
by: ssnsridhar | last post by:
Hi, I ve saw a sample instance provider and have done a service which wil just display wat i have entered in ma service code.. Now i want to Enumerate, Create, Get, Modify operations. Can anyone...
0
7039
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6904
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7037
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
5326
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4770
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4476
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
1296
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
558
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
176
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.