Get Support From Microsoft Developers?

Mar 17, 2010

I am not able to reproduce the problem in stage or development. It only appears when the website is under heavy load.

I think it is solvable if somebody who has a very good understanding of the internals of FormsAuthentication would have a look at it by logging into our system. It should be at least Scottgu!

Somebody told me that Microsoft Premier Support is a good choice for this kind of problems. We have no MSDN subscription or other connection to microsoft that enables us to use MPS.

Is there a way to get support on a incident base? Are there other ways to get this kind of support?

EDIT Here is the problem itself:[URL]

View 4 Replies


Similar Messages:

C# - Microsoft JScript Runtime Error: Object Doesn't Support This Property Or Method

Jan 28, 2011

I am trying to use jGrowl in ASP.NET, but am getting a Microsoft JScript runtime error: Object doesn't support this property or method error when trying to run the page in IE.

<link rel="stylesheet" href="css/jquery.jgrowl.css" type="text/css" />
<style type="text/css">
div.jGrowl div.smoke {
background: url(images/smoke.png) no-repeat;

[Code]....

View 1 Replies

Microsoft JScript Runtime Error: Object Doesn't Support This Property Or Method

Jun 9, 2010

I am trying to validate my gridview checked checkboxs, using code below.

I get "Microsoft JScript runtime error: Object doesn't support this property or method" error when button is clicked and i used breakpoints to check strangely, i am getting back gridViewx count=3 in javascript function. my gridview has nested gridview?

CodeBehind.aspx
page on_load
ActiveAssignButton.Attributes.Add("OnClick", "return IsCheckBoxSelected(" & GridView2.ClientID & ")")
html page
function IsCheckBoxSelected(gridViewx) {
if (gridViewx != null) {
var chkBoxes = gridViewx[0].getElementsByTagName("input");
for (i = 0; i < chkBoxes.length; i++) {
if (chkBoxes[i].type == "checkbox" || chkBoxes[i].type == "CHECKBOX") {
if (chkBoxes[i].checked == true) {
return true;
}
}
}
alert("At least one ticket needs to be selected!");
return false;
}
}

View 3 Replies

C# - Microsoft JScript Runtime Error: Object Doesn't Support This Property Or Method?

Mar 8, 2011

I am writing a Web Application in ASP.NET using C#. Whenever I run it, I get three types of Runtime Javascript Errors.

My Problem is that even though I am running a new Web Application with out any modification, then I also get the same errors.

These are the errors:

Microsoft JScript runtime error: Object doesn't support this property or method
at
document.addEventListener("mousemove", updateLastMouseMoveCoordinates, false);
Microsoft JScript runtime error: Object expected
at divSurveyInit();
Microsoft JScript runtime error: Object doesn't support this property or method
at enter code here:
document.addEventListener("mousemove", updateLastMouseMoveCoordinates, false);

View 2 Replies

The Number Of Developers Vs PHP Developers?

Aug 19, 2010

A client has approached me requesting that I quote to build a project in .NET. One of their reasons for this is because it's easier to find a .NET developer than it is a PHP developer.I've tried searching google, but I can't find any stats on this. I suspect that there are more PHP developers, then .NET, I certainly don't know any .NET developers, but know a few PHP developers.Does anyone have a link to any stats which should how many developers their are for each path?

View 2 Replies

C# - Tips For Developers Moving From Webforms To MVC

Apr 4, 2011

What should developers moving from ASP.NET Webforms watch out for when they move to ASP.NET MVC?

View 11 Replies

How To Add Most Usefull Web Sites For SharePoint 2010 Developers

Feb 15, 2011

I've searched some FREE Controls, Templates, WebParts, Themes for SharePoint 2010, and its really hard to find good and free examples. Turned back into StackOverFlow and there is no Community Wiki for it. I want to open a Community Wiki about All Free SharePoint 2010 Controls, Templates, Themes, WebParts, etc... to collect them all in one topic.For example, there is a site about MOSS 2010 Free Controls in here. This site containt most MOSS versions controls, web parts. I want SO Users to add most usefull web sites for SharePoint 2010 Developers such as Free controls, themes, tools, etc.

View 1 Replies

ADO.NET :: Taking Over A Project Built By Other Developers And They Used Linq-To-Sql?

Dec 26, 2010

I'm taking over a project built by other developers and they used Linq-To-Sql, which I've used, but not with stored procedures.

Most of them work, but some don't because the stored procedure returns a dynamic select statement. So L2S doesn't understand what return type to set for the stored procedure and it return an "int" instead of a "ISingleResult<some type>".

Even if I manually change the return type to what it should be in the data context and save (I know you aren't supposed to), the stored procedures revert back to the "int" return type. Is there any way to make them always return a particular type?

View 2 Replies

View The Size Of The Packets Sent With IE8 Developers Tool?

Feb 4, 2010

I am used to use Firefox's FireBug and It is really good. I can see all the info I need.Right now I am dealing with an application that is only compatible with IE, I am using the developer tools of IE but it is not as intuitive as Firebug and I can't figure out how to see the size of the packets sent from the client to the server, so far I see the time spent in each request.

So, is it possible to view the size of the packets sent with IE8 developers tool?

View 1 Replies

C# - Allow Developers To Enter Role Information Into The Web.config?

Oct 10, 2010

I'd like to mimic the behavior of the "profile provider" that is available in .Net. The profile provider acquires profile properties from the web.config and those properties are immediately available as an enum for use in the code behind.I'm unsure how to do this, and wondered whether someone may be able to help.Essentially I'd like to allow developers to enter Role information into the web.config, and then have this role information available for use within an enum in the codebehind.

View 1 Replies

SQL Server Connection String - Hide Password From Other Developers

Jun 1, 2010

We're migrating one of our sites to ASP.Net. We do not want to use integrated security, which uses the windows account to connect to sql server (not going to get into why, its just out of the question). We created a username and password to connect to SQL Server, and would like to use that username and password, however, we also do not want other developers to see this information (easily read from the web.config).... I know it can be encrypted, but it can just as easily be decrypted by the developers - plus encryption has a performance hit.

View 5 Replies

Convincing Legacy Application VB6 Developers To Make Switch To C#

Oct 20, 2010

I know this question could be similar to others but really I'm looking for reasons why VB6 developers should switch to C#. My company recently approved project to be written in C#, so we have a lot of VB.Net programmers, however, we have some legacy app developers as well that are in VB6. We have a time frame to re-write those apps into .Net web apps. So no matter what they will have to learn new stuff.

One of the developers today specifically asked "why should we switch to C#?" I responded that the community largely has decided that C# is the way to go with about 80% of the examples in C#. I am a VB.Net programmer and I am excited to finally cut my teeth on C#, however, being that I'm so new I'm not sure I can answer the "why?" question. My reasons are more because I want to learn it. So without descending into a VB verses C# I really am curious if there are any resources that I can send to these developers to calm their nerves.

View 10 Replies

Sql Server - Essential Training Topics For Supervisors Of .NET Developers

Mar 18, 2010

I have a co-worker who supervises a group of ASP.NET developers who are doing lots of ASP.NET/SQL Server apps. My co-worker was very technical at one time, but his last programming assignment was writing Fortran code in the 1980s.

He has asked me to help him gain a deeper knowledge of ASP.NET Web application development to equip him in his supervisory role. I will be spending an hour every other week with him providing training, and he will probably not have a lot of time to commit otherwise.

What would you recommend as topics to cover, tutorial resources, etc. so that I can help him get up to speed in his role as a supervisor of ASP.NET developers?

View 1 Replies

Open Forums For Trainers (professional IT Courses Fro Developers)?

Sep 23, 2010

asked in forums but I could not find any forum, newsgroup or discussion boards for "trainers" (teachers, coachers) and supporters (writers of courses, sysadmins of labs, et al) of professional courses for IT developers Might be the certified by major vendors trainers have the sites with forums but they are closed to non-certified "colleagues". Are there? I even do not know!I train as a hobby, sporadically, and I am not certified as trainer, at least by private entity. I daresay I spend on preparation to train more than I earn from training

View 1 Replies

Visual Studio :: Conversion Microsoft VS 2008 Web Application To 2010 Microsoft VS?

Mar 28, 2011

We have developed apllication in Microsoft VS 2008 and when we opening this same application with Microsoft VS 2010. Then it's asking to convert.

So can anybody tell me what it is converting exactly. Means it's open application in Microsoft VS 2010 and running properly also. But i am understanding whats happning while converting.

View 3 Replies

C# - How To Implement And Maintain E-commerce Application When Business Don't Want To Disclose Merchant Details To Developers

Jan 14, 2010

Recently we've developed an E-Commerce web application for a client. We are at the stage before launch and the client is not happy to disclosing live merchant account details to us because they don't want us to potentially being able to see their clients' data.

Since we are going to maintain their website (running off their servers but we will still have access to the site files) I cannot see an easy solution to this other than trust.

How to implement and maintain E-commerce application when business don't want to disclose merchant details to developers?

View 2 Replies

SQL Server :: Microsoft 2008 R2 "Login Failed For User 'NSAdmin' (Microsoft Sql Server, Error:18456)"

Oct 27, 2010

I am facing the problem to acess the Data Base. some time ago i am easily acess the data base by typing the server name(like 127.80.1.7) and type the user id and password from web.config file but now i am find the error.like Login failed for user 'NSAdmin' (Microsoft Sql Server, Error:18456).

View 3 Replies

How To Use Microsoft.Office.Interop.Excel Without Installing Microsoft Office

Dec 9, 2010

My server administrator does not allow me to install Microsoft Office in the server.

I have developed a website which converts XML files to Excel and it is using Microsoft.Office.Interop.Excel.

Is there any way I can run this application without installing Microsoft Office in the server?

View 7 Replies

Installing Microsoft Visual Studio 2010 Service Pack 1 In Microsoft Visual Web Developer 2010 Express

Mar 11, 2011

Can I install Microsoft Visual Studio 2010 Service Pack 1 in Microsoft Visual Web Developer 2010 Express?

View 1 Replies

Visual Studio :: Visual Web Developers "copy Website" Function Unsecure?

May 6, 2010

I setup my server and Iam able to use VWD "copy website" function to move files from my local computer to my server.But is the "copy website" function not secure? When I setup my connection "by selecting FTP site" I have to enter my FTP username and password, VWD states that the password is sent unencypted in plain text and it can be intercepted.So is it bad form to use the "copy website" function?

View 1 Replies

Looking For CMS With Multilingual Support?

Apr 21, 2010

any asp.net cms with "easy" multilingual support?

View 8 Replies

Multimedia Support In .net?

Nov 13, 2010

is there support for multimedia in asp.net?i m making a web conference website n want to know whether using asp.net is a good option or not...

View 3 Replies

MVC :: Support For AsyncControler?

Mar 10, 2010

Is there any feature plans to support strongly-typed asyncControlers methods ?

public void GetSomethingAsync(){}
public AsyncResult GetSomthingCompleted(){}

View 6 Replies

How To Add FBML-Support With Facebook C# SDK 5.0.3

Feb 14, 2011

How can i add FBML-Support with Facebook C# SDK 5.0.3, to my ASP.NET Facebook App (like a TagPrefix)

View 1 Replies

Does 1.1 Support Generic HttpHandlers

Apr 14, 2010

I need to get an image from a SQL Server as a byte[], and load it to a WebControl.Image. The only seemingly good way to do it that I found is to implement IHttpHandler and handle the request accordingly.But I'm stuck to using asp.net 1.1. Does it support ashx files?

View 1 Replies







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