Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:762119
More Search Options
RSS Available
Matching Posts
Re: Access to the registry key 'Global' is denied - Custom Performance Monitoring
Check out this blog post by BCL team http://blogs.msdn.com/bclteam/archive/2006/09/08/746900.aspx . Specially add Network Service to the permission list.
Posted to
Configuration and Deployment
(Forum)
by
mehfuzh
on 8/19/2008
Filed under: performance counters ASP.NET2.0 load testing
Re: How to deploy MVC app to shared hosting?
If *.mvc extension is not registered to the hosting , it will give 404 exception. The working way of hosting MVC apps in that case is to modify global.asax routing caluse in the following way. routes.Add(new Route("{controller}.mvc.aspx/{action}", new MvcRouteHandler()) { Defaults = new RouteValueDictionary (new{ controller = "YourController"} ) }); In this way all your controller request will end up in *.mvc.aspx, which is recognized by your hosting. And as the MVC dlls are copied
Posted to
ASP.NET MVC
(Forum)
by
mehfuzh
on 4/13/2008
Filed under: ASP.NET MVC
Re: Nested applications and web.config problems?
i guess the best solution is to move the common elements in child web.config to root, as any common handlers and custom block that is added on root config, will give a error in child for adding it twice.
Posted to
Configuration and Deployment
(Forum)
by
mehfuzh
on 2/16/2008
Filed under: asp.net, IIS
Re: Unable to Connect to Server (databases)
Just a quick question, are you sure about that Godaddy does not have an IP restriction, also did you check your firewall settings, so that it is not blocking the outbound port ? can you check with netstat ?
Posted to
Installation and Setup
(Forum)
by
mehfuzh
on 1/6/2008
Filed under: connection string
Re: Delete Record Problem
Ohh.. right After this Dim tags = From t In database.Tags _ Where t.TagID = New Guid(lvTags.DataKeys(e.ItemIndex).Value.ToString) database.Tags.Remove(tags) you have to add this Database.SubmitChanges() or less the Single list will be blank and throw as expcetion. :-), Note,that single should only one item, or less it will throw exception as well. Thanks,
Posted to
Visual Basic .NET
(Forum)
by
mehfuzh
on 12/4/2007
Re: Delete Record Problem
Private Sub lv_ItemDeleting( ByVal sender As Object , ByVal e As ListViewDeleteEventArgs) Handles lv.ItemDeleting Dim database As New MyContextDataContext Dim tags = From t In database.Tags _ Where t.TagID = New Guid(lvTags.DataKeys(e.ItemIndex).Value.ToString) database.Tags.Remove(tags) End Sub Dim tags = From t In database.Tags _ Where t.TagID = New Guid(lvTags.DataKeys(e.ItemIndex).Value.ToString) Here the returned result is IEnumerable<Tag> and the following one takes tag object database
Posted to
Visual Basic .NET
(Forum)
by
mehfuzh
on 12/4/2007
Filed under: LINQ
Page 1 of 1 (6 items)
TechNet Edge:
DNS Security (DNSSec) Overview
Silverlight:
Silverlight 4 demos from my PDC Keynote now available
Channel 9:
Channel 9 Live at PDC09: Dave Campbell
Channel 9:
Channel 9 Live at PDC09: Yousef Khalidi
Channel 9:
Twitter App for Zune Launches
WindowsClient:
Incarnate
WindowsClient:
Track Fedex packages with Bing
Channel 9:
Marty O'Donnell - The man behind the Halo Music
Channel 10:
Twitter App for Zune Launches
WindowsClient:
Rotate your text in the WPF DataGrid Column Headers
WindowsClient:
New gameplay video with D&D on Surface
WindowsClient:
ViewModel Pattern and Speech as UI. Help me Obi Wan, where’s the View?
Channel 9:
Karsten Januszewski and Tim Aidlin: Introducing Incarnate
Channel 9:
Reactive Extensions API in depth: Retry
Channel 10:
iBing uBing: Bing iPhone App Arrives
WindowsClient:
Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010
Channel 10:
A Look Behind Mouse 2.0
WindowsClient:
Using Speech Synthesis in .NET 4 and Windows 7
Channel 10:
Office 2010 "5 Rules" Presentation
Channel 10:
30% off Expression Web 3 until Dec 28th
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online