Download Kigg Starter Kit For 2.0?
Apr 22, 2010I want to work on VS 2005 with 2.0 framework, Can I get the starter kit of Kigg for the same version?
View 1 RepliesI want to work on VS 2005 with 2.0 framework, Can I get the starter kit of Kigg for the same version?
View 1 RepliesI'm very new for ASP.NET MVC. I found that this is very cool thing and KIGG is good to start creating real MVC web application.
I've followed KIGG development guide part 1 and run application.
However, only listing directory shows on web browser as below
Directory Listing -- /
Friday, February 05, 2010 12:44 PM <dir> ActionResult
Friday, February 05, 2010 12:44 PM <dir> App_Data
Friday, February 05, 2010 12:44 PM <dir> Assets
Friday, February 05, 2010 01:08 PM <dir> bin
Friday, February 05, 2010 12:44 PM <dir> BootstrapperTasks
Friday, February 05, 2010 12:44 PM <dir> Controllers
Friday, February 05, 2010 12:44 PM <dir> Controls
Friday, February 05, 2010 12:44 PM <dir> DataServices
Friday, February 05, 2010 12:44 PM <dir> ErrorPages
Friday, February 05, 2010 12:44 PM <dir> Extension
Friday, February 05, 2010 12:44 PM <dir> Filters
Friday, February 05, 2010 12:44 PM <dir> Handlers
Friday, February 05, 2010 12:44 PM <dir> Helpers
Monday, February 15, 2010 08:33 AM <dir> Logs
Friday, February 05, 2010 12:44 PM <dir> MailTemplates
Friday, February 05, 2010 12:44 PM <dir> Modules
Friday, February 05, 2010 12:45 PM <dir> obj
Friday, February 05, 2010 12:44 PM <dir> Properties
Friday, February 05, 2010 12:44 PM <dir> ViewData
Friday, February 05, 2010 12:44 PM <dir> Views
Sunday, August 16, 2009 12:53 PM 103 Global.asax
Sunday, August 16, 2009 12:53 PM 601 Global.asax.cs
Sunday, August 16, 2009 12:53 PM 27,779 Kigg.Web.csproj
Friday, February 05, 2010 01:35 PM 1,532 Kigg.Web.csproj.user
Sunday, August 16, 2009 12:53 PM 170 robots.txt
Monday, February 15, 2010 08:54 AM 100,524 Web.config
Version Information: ASP.NET Development Server 9.0.0.0
Can anyone list starter kits and open source projects which are built on ASP.net MVC technology. In addtion to ASP.net MVC, they also have support of Mobile Application.
View 3 RepliesI've written some code using the REST starter kit and it works fine on my development machine. However, when I upload it to our server the page gives me the following error message... CS1684: Warning as Error: Reference to type 'System.Runtime.Serialization.Json.DataContractJsonSerializer' claims it is defined in 'c:WINNTassemblyGAC_MSILSystem.ServiceModel.Web3.5.0.0__31bf3856ad364e35System.ServiceModel.Web.dll', but it could not be foundI've removed code line by line and it appears that the following line of code is triggering the error...HttpContent newOrganizationContent = HttpContentExtensions.CreateXmlSerializable(newOrganizationXml);Really haven't got a clue how to fix it. I assumed it might be because it needs a newer version of the framework to run, but looking in IIS it says it's running version 2.0.50727 which I think is the lates version because it says that even when we're using framework 3.5
View 1 RepliesI tried to install portal starter kit (http://www.asp.net/downloads/archived-v11) , but I found error code (2869) in installing. Windows of my computer is VISTA.Error is like below:
Id_token is not a valid Windows NT name. Give the complete name: <domainusername>.
User or role "id_token" does not exit in this database.
Error code 2869.
I just want to start coding a simple master detail form but through with loosely typed datasets/objects and also layer or tier architecture. Is there any starter project for this kind of code? Most of the help I find on google discusses strongly typed data objects or very advanced designs.
View 5 RepliesI am using classified starter kit for various purposes like for business listing,classified listing and event listing.These are 3 independent application with their membership information stored in their independent database.I have used this 3 listings in a portal .I need a single sign on now.
I tried to do with machinekey & cookie .This way user able to login but as there is no record in that database for that user.So even if he post anything in that application it stores memberid field as zero. So in this case what should be done. i am stuck here since few weeks.
Is Visual Web Developer Express supported in Windows 7 Starter edtion?
View 1 RepliesIs SQL Server Express supported in Windows 7 Starter edition?
View 3 RepliesI have looked at nearly every single WCF Rest PUT/POST issues on SO here and have still been unable to determine why I am unable to PUT or POST to my web service but am able to call a test GetTime method via GET. This particular service exchanges custom credential information (username, password and some other information) for a token. This token information is encrypted and added to the header of subsequent requests to other web services so that username/passwords don't have to be passed around everywhere. All web service calls are still treated as stateless, but require this auth header information rather username/passwords to access secured service operations.
[Code]....
I have also checked in IIS 7 the handler mappings for *.svc and checked that 'all verbs' are enabled.
i am using amazon s3 service. now i want to show download dialog box in my asp.net application when user come on download page. i am using amazon sdk.
View 1 RepliesI'm about to submit my pad file to multiple sharware sites but the pad file has to have a direct link to the download file and can't link to a download page which is what I would like to do, so I can track the traffic and get the downloader's email before allowing the download. I am running an ASP.NET site in VB. Is there a way to tell the web app to redirect to a specific aspx page when it receives a request for a specific file?
View 1 RepliesI have added linkbutton inside gridview to download, below is my code..
protected void lnkDownload_Click(object sender, EventArgs e)
{
try
{
[Code].....
its giving me following error
"Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack"
I need to download a .mp3 file from a folder. during download a new blank page should open and after downloading it should close automatically.
View 1 RepliesI am developing a website and one of the requirements is that, application is showing millions of records in gridview and if client want to download it they can add that report to get generated in excel format and then they can logout after few hours they recive an email saying that their report is ready and they can download it.
View 1 Repliesi m creating asp.net Mobile website page to download symbian .sis file to mobile ,but its not geting download properly.its working perfectly on desktop.
View 2 Repliesi want to download the lastest file from ftp server, now my requirement is i want to check after 10 min is there any new file is uploaded on ftp server. so i can download that now the problem is i want to run my script after every 10min , how i can do that ? how i can desing a application who can run after 10 mins , and download the latest file from ftp to local machine , i want to do this in C# is there any way i can schedule it , with any schedular , how i can do that , can i create a exe or any class file how i can do that.
View 15 Replieshow to download a video file .wmv and save it to the user's disk when click a button without using the browser save link as
View 2 RepliesI'm trying to get add a link to a DNN usercontrol where when the user clicks it they can download a particular PDF. The code in my link click event is:
Response.ContentType = "Application/pdf";
Response.AppendHeader("Content-Disposition", string.Format("attachment; filename="" + "fileName" + """));
Response.BinaryWrite(Content);
Response.End();
When the link is click though the code runs through with no apparent exceptions but the dialog is never displayed. Similiar code to this has worked for me in non DNN applications and worked fine.
want add a download backup button to my site and when the user click the mssql database will start downloading to user computer.
View 1 RepliesWhy doesn't ASP include a simple function to download a file?When I use the following code I always get the name of the ASPX file name as the downloading file instead of the file I want to download:
Response.ContentType = "application/x-unknown"
Response.AddHeader("Content-Disposition", "attachment; filename=MyFile.png")
Response.WriteFile("~/GraphTemp/MyFile.png")
Response.End()
Response.Clear()
I need to download a file from web. Which way is preferred
WebRequest/WebResponse
WebClient
I have a page which automatically starts a download after a user clicks a button.This works great however I have seen some pages which also have a link in case the download fails.I guess my question is how can I access the page data when I have changed the HTTP headers to start the auto download?
View 3 RepliesI want user can save a file after click on a link.
I write the following code:
[Code]....
[Code]....
but save dialog box shows file without extension of file..
and file save on system without any extension...
I want to download an exe/ msi file from server to client so I used hyperlink control and gave filepath in navigateurl property of hyperlink control , but it is working for small sized files and for large file it shows error as CGI time out problem . Is there any solution to resolve this problem. Also downloading exe file using hyperlink, is it a good method? Is any other solution to download the file.
View 5 Replies