473,769 Members | 3,352 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HELP with several Issues with DotNetNuke and asp.net

Hi,

I'm very new to DotNetNuke and asp.net, and having several major
issues. I'd really appreciate any help you could give me!

I'm using DotNetNuke 04.05.03 and asp.net 2.0

I have two databases set up: DotNetNuke (which I installed myself
using the book "Profession al Dot Net Nuke 4" as a guide) and DNN
(which I downloaded from the company I work for so it already had some
code etc.

With the DotNetNuke one I have two issues:

1. I created a site, and added a few pages to it (including a login
page which forces you to login before you can view the other pages).
Now if I try to go to the URL http://localhost/dotnetnuke I get the
following error:

Server Error in '/DotNetNuke' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.

Exception Details: System.NullRefe renceException: Object reference not
set to an instance of an object.

But if I go to http://localhost/dotnetnuke/Home/tabid/3... I get the
login page.

2. The page was working properly the other day (through localhost -
it's a work in progress) but now whenever I try to modify modules or
post on the forum or add comments to the blog etc I get an error
whenever I hit the 'reply' or 'update' buttons. I'm using Internet
Explorer, and get the error message in the bottom left corner. If I
click on it I get the message:

WebForm_PostBac kOptions is undefined

It must be a setting somewhere, because I was able to modify/post
properly a few days ago. I found a post somewhere suggesting going
into the IIS and making sure "Check that File Exists" is unchecked, so
I made sure of that, but the issue is still there.

And with the DNN I have one major issue:

1. There's a table called "PortalAlia s" in the database (which I'm
opening using an SQL server), and in it there are three columns:
PortalAliasID, PortalID and HTTPAlias. The first line has Alias 1, ID
0, and whatever I type into the HTTPAlias is the site that explorer
directs to when I type in http://localhost/dnn (for example if I type
in www.google.com in the table, and then in internet explorer type in
http://localhost/dnn then it directs to google) . If I make HTTPAlias
read "localhost\ dnn" then I get the following error:

Server Error in '/Dnn' Application.

Invalid URI: The hostname could not be parsed.

Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.

Exception Details: System.UriForma tException: Invalid URI: The
hostname could not be parsed

I can't figure out how to fix it, and anything else I put in the
PortalAlias table simply gets a 'page not found' error.

Please help me!

Jul 30 '07 #1
4 2123
<so*********@gm ail.comwrote in message
news:11******** *************@1 9g2000hsx.googl egroups.com...
Please help me!
You might get a better response in the DNN forums...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jul 30 '07 #2
Where are the DNN forums?
On Jul 30, 10:33 am, "Mark Rae [MVP]" <m...@markNOSPA Mrae.netwrote:
You might get a better response in the DNN forums...
Mark Rae
ASP.NET MVPhttp://www.markrae.net
Jul 30 '07 #3
<so*********@gm ail.comwrote in message
news:11******** *************@k 79g2000hse.goog legroups.com...
Where are the DNN forums?
Er...

http://www.dotnetnuke.com/

Click Forums...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jul 30 '07 #4
http://www.dotnetnuke.com/tabid/795/Default.aspx
--
David Anton
http://www.tangiblesoftwaresolutions.com
Convert between VB, C#, and C++
Instant C#
Instant VB
Instant C++
C++ to C# Converter
C++ to VB Converter
"so*********@gm ail.com" wrote:
Where are the DNN forums?
On Jul 30, 10:33 am, "Mark Rae [MVP]" <m...@markNOSPA Mrae.netwrote:
You might get a better response in the DNN forums...
Mark Rae
ASP.NET MVPhttp://www.markrae.net
Jul 30 '07 #5

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

Similar topics

3
2328
by: ad | last post by:
I ofen find the word DNN in some discuss forum What is DNN (DotNetNuke)?
0
1313
by: dgk | last post by:
The NYPC Visual Basic SIG is pleased to be presenting Nik Kalyani of the DotNetNuke core team. The meeting is free and open to all, Wednesday October 6th at 6:15 PM. We've seen the business end of DotNetNuke a few times already (www.dotnetnuke.com). It's open source web portal software that allows anyone to easily set up their own website. In fact, in your spare time, you can start a business setting up other folks websites. But the...
2
1465
by: Josh Collins | last post by:
Here is my configuration: ASP.Net 2 running on IIS6/Win2k3 Developing on WindowsXP-Pro iwth Visual Studio 2005. I am trying to utilize the Membership functionality in an ASP.net website. I am having the following issues: 1) In VS.Net 2005 there is no ASP.Net Configuration option under the Website menu.
0
1066
by: TARUN | last post by:
Hello All, I am a beginner of dotNetNuke.... I have download the dotNetNuke 4.0.3, but i want to download dotNetNuke 3.0... I have search a lot with lights and lamp, but unable to find the Link Plz tell me if anyone Knows that.... Thank You With regards
1
1767
by: Jeff | last post by:
Hey I've installed DotNetNuke Starter Kit (4.3.4) together with visual web developer 2005 express on my development computer So now I'm able to create DotNetNuke portals using vwd. But this is as I mention on my development computer with vwd. But what if I have a client which have asked me to create a DotNetNuke site for them. They of course want to the portal customized (layout designed by a advertisment
3
2646
by: superbee76 | last post by:
Staying with in the DotNetNuke 3.2 framework I'm attempting to find the best, simplest solution for making callbacks/RPCs/Ajax requests. The biggest obsticles seem to be staying within the DotNetNuke framework recommendations: *** 1. Default.aspx - One page, one entry point Staying with this is great because it handles security for
10
1618
by: JPabich | last post by:
On my main page (Default.ascx), when I right click and View Source, I get all this extra junk about DNN, how do I remove it? <!-- **********************************************************************************-- <!-- DotNetNuke - http://www.dotnetnuke.com --> <!-- Copyright (c) 2002-2007 --> <!-- by DotNetNuke Corporation -->
1
997
by: Stephen Barrett | last post by:
Hi, I have a friend that I am trying to help get started into asp.net development at my company. He was assigned a task to build a data entry / reporting web application and only has about 10 days to do it. The database will contain only 3 main tables to enter data and about 4 or 5 reference tables. The web application has to support user security and basic role security.
4
3644
by: raju | last post by:
Hai I am new to dotnetnuke. I installed dotnetnuke and went to the admin page of the dotnetnuke.( the first page asking user name password). How to create my own page in dotnetnuke application. can anyone refer any links for sample application for creating our
0
9416
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10199
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10032
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9979
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7393
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6661
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5293
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3948
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 we have to send another system
2
3551
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.