Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 3.5 > ASP.NET 3.5 Basics
|
ASP.NET 3.5 Basics If you are new to ASP or ASP.NET programming with version 3.5, this is the forum to begin asking questions. Please also see the Visual Web Developer 2008 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 3.5 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 12th, 2009, 04:35 AM
Authorized User
 
Join Date: Jun 2009
Posts: 30
Thanks: 13
Thanked 0 Times in 0 Posts
Post Update vs2008 with silverlight

After updating my vs2008 with silverlight, i had problem to run my old aspx.cs files

b4 i updating....when i open the cs file there will be......
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Xml.Linq;

after i update with silverlight....only these exist....the rest gone
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

and when i run the old file after updating with silverlight....this error appear
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.

Source Error:

Line 47: ASP.NET to identify an incoming user. Line 48: -->Line 49: <authentication mode="Windows"/>Line 50: <!--Line 51: The <customErrors> section enables configuration
Source File: J:\Advance Diploma\AACS4134\Practicals\Practical 4A\practical4a\web.config Line: 49


Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053

What should i do???


Last edited by Banishah; July 12th, 2009 at 04:39 AM..





Similar Threads
Thread Thread Starter Forum Replies Last Post
Question about adding references in vs2008 chobo2 C# 2008 aka C# 3.0 4 December 4th, 2008 07:13 PM
Can I change how VS2008 generates certain items? chobo2 C# 2008 aka C# 3.0 1 October 8th, 2008 04:16 PM
New Test Wizard in VS2008 tesicg Visual Studio 2008 0 September 16th, 2008 01:22 PM
VS2008 Crashing? BigTallCampbell Visual Studio 2008 2 May 13th, 2008 10:05 PM
Security concern vs2008 mvc rajivkalra Visual Studio 2008 1 February 9th, 2008 08:34 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.